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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.