GoogleAuthenticationOptions.BackchannelHttpHandler Property
The HttpMessageHandler used to communicate with Google. This cannot be set at the same time as BackchannelCertificateValidator unless the value can be downcast to a WebRequestHandler.
Namespace: Microsoft.Owin.Security.Google
Assembly: Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)
'Declaration
Public Property BackchannelHttpHandler As HttpMessageHandler
Get
Set
'Usage
Dim instance As GoogleAuthenticationOptions
Dim value As HttpMessageHandler
value = instance.BackchannelHttpHandler
instance.BackchannelHttpHandler = value
public HttpMessageHandler BackchannelHttpHandler { get; set; }
public:
property HttpMessageHandler^ BackchannelHttpHandler {
HttpMessageHandler^ get ();
void set (HttpMessageHandler^ value);
}
member BackchannelHttpHandler : HttpMessageHandler with get, set
function get BackchannelHttpHandler () : HttpMessageHandler
function set BackchannelHttpHandler (value : HttpMessageHandler)
Type: HttpMessageHandler
Returns HttpMessageHandler.