HttpMessageHandlerFactory.Create(HttpMessageHandler) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new HTTP message handler.
public:
System::Net::Http::HttpMessageHandler ^ Create(System::Net::Http::HttpMessageHandler ^ innerChannel);
public System.Net.Http.HttpMessageHandler Create (System.Net.Http.HttpMessageHandler innerChannel);
member this.Create : System.Net.Http.HttpMessageHandler -> System.Net.Http.HttpMessageHandler
Public Function Create (innerChannel As HttpMessageHandler) As HttpMessageHandler
Parameters
- innerChannel
- HttpMessageHandler
The inner channel.
Returns
The created HTTP message handler.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.