共用方式為


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

傳回

適用於