IHttpTransportHandlerProvider.CreateHttpTransportHandler Method ()

 

Creates a handler for the HTTP transport.

Namespace:   Microsoft.WindowsAzure.Common.Platform
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

HttpMessageHandler CreateHttpTransportHandler()
HttpMessageHandler^ CreateHttpTransportHandler()
abstract CreateHttpTransportHandler : unit -> HttpMessageHandler
Function CreateHttpTransportHandler As HttpMessageHandler

Return Value

Type: System.Net.Http.HttpMessageHandler

The created handler for the HTTP transport.

See Also

IHttpTransportHandlerProvider Interface
Microsoft.WindowsAzure.Common.Platform Namespace

Return to top