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)
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::HttpRequestMessageReturns HttpRequestMessage.
An HTTP request message for use with the RTC background notification infrastructure.
Show: