RtcRequestFactory.Create(HttpMethod, Uri) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
public:
static System::Net::Http::HttpRequestMessage ^ Create(System::Net::Http::HttpMethod ^ method, Uri ^ uri);
public static System.Net.Http.HttpRequestMessage Create(System.Net.Http.HttpMethod method, Uri uri);
static member Create : System.Net.Http.HttpMethod * Uri -> System.Net.Http.HttpRequestMessage
Public Shared Function Create (method As HttpMethod, uri As Uri) As HttpRequestMessage
Parametrar
- method
- HttpMethod
- uri
- Uri