RtcRequestFactory.Create(HttpMethod, Uri) メソッド

定義

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

パラメーター

method
HttpMethod
uri
Uri

戻り値

適用対象