WebSiteExtensionsClient.WithHandler Method
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Usage
'Usage
Dim instance As WebSiteExtensionsClient
Dim handler As DelegatingHandler
Dim returnValue As WebSiteExtensionsClient
returnValue = instance.WithHandler(handler)
Syntax
'Declaration
Public Overrides Function WithHandler ( _
handler As DelegatingHandler _
) As WebSiteExtensionsClient
public override WebSiteExtensionsClient WithHandler (
DelegatingHandler handler
)
public:
virtual WebSiteExtensionsClient^ WithHandler (
DelegatingHandler^ handler
) override
public WebSiteExtensionsClient WithHandler (
DelegatingHandler handler
)
public override function WithHandler (
handler : DelegatingHandler
) : WebSiteExtensionsClient
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
WebSiteExtensionsClient Class
WebSiteExtensionsClient Members
Microsoft.WindowsAzure.WebSitesExtensions Namespace