RtcRequestFactory.Create(HttpMethod, Uri) Method

Definition

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

Parameters

method
HttpMethod
uri
Uri

Returns

Applies to