Windows apps
Collapse the table of content
Expand the table of content

RtcRequestFactory::Create Method

.NET Framework (current version)

Creates a special HttpRequestMessage for use with the Real-Time-Communications (RTC) background notification infrastructure.

Namespace:  System.Net.Http
Assembly:  System.Net.Http.Rtc (in System.Net.Http.Rtc.dll)

public:
static HttpRequestMessage^ Create(
	HttpMethod^ method, 
	Uri^ uri
)

Parameters

method
Type: System.Net.Http::HttpMethod

The HTTP method.

uri
Type: System::Uri

The Uri the request is sent to.

Return Value

Type: System.Net.Http::HttpRequestMessage
Returns HttpRequestMessage.
An HTTP request message for use with the RTC background notification infrastructure.

.NET Framework

Supported in: 4.6, 4.5
Show:
© 2017 Microsoft