IHttpTransportHandlerProvider Interface
Represents an interface for the HTTP transport handler provider.
Namespace: Microsoft.WindowsAzure.Common.Platform
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public interface IHttpTransportHandlerProvider
public interface class IHttpTransportHandlerProvider
type IHttpTransportHandlerProvider = interface end
Public Interface IHttpTransportHandlerProvider
Methods
Name | Description | |
---|---|---|
CreateHttpTransportHandler() | Creates a handler for the HTTP transport. |
See Also
Microsoft.WindowsAzure.Common.Platform Namespace
Return to top