Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The HttpMessageHandler used to communicate with Twitter. This cannot be set at the same time as BackchannelCertificateValidator unless the value can be downcast to a WebRequestHandler.
Namespace: Microsoft.Owin.Security.Twitter
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.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
TwitterAuthenticationOptions Class
Microsoft.Owin.Security.Twitter Namespace
Return to top