Share via


MicrosoftAccountAuthenticationOptions.BackchannelHttpHandler Property

 

The HttpMessageHandler used to communicate with Microsoft. This cannot be set at the same time as BackchannelCertificateValidator unless the value can be downcast to a WebRequestHandler.

Namespace:   Microsoft.Owin.Security.MicrosoftAccount
Assembly:  Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)

Syntax

public HttpMessageHandler BackchannelHttpHandler { get; set; }
public:
property HttpMessageHandler^ BackchannelHttpHandler {
    HttpMessageHandler^ get();
    void set(HttpMessageHandler^ value);
}
member BackchannelHttpHandler : HttpMessageHandler with get, set
Public Property BackchannelHttpHandler As HttpMessageHandler

Property Value

Type: System.Net.Http.HttpMessageHandler

Returns HttpMessageHandler.

See Also

MicrosoftAccountAuthenticationOptions Class
Microsoft.Owin.Security.MicrosoftAccount Namespace

Return to top