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.
Gets or sets the timeout when using the backchannel to make an http call.
Namespace: Microsoft.Owin.Security.OpenIdConnect
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Syntax
public TimeSpan BackchannelTimeout { get; set; }
public:
property TimeSpan BackchannelTimeout {
TimeSpan get();
void set(TimeSpan value);
}
member BackchannelTimeout : TimeSpan with get, set
Public Property BackchannelTimeout As TimeSpan
Property Value
Type: System.TimeSpan
Returns TimeSpan.
See Also
OpenIdConnectAuthenticationOptions Class
Microsoft.Owin.Security.OpenIdConnect Namespace
Return to top