FacebookAuthenticationOptions.BackchannelTimeout Property
Gets or sets timeout value in milliseconds for back channel communications with Facebook.
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.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
The back channel timeout in milliseconds.
See Also
FacebookAuthenticationOptions Class
Microsoft.Owin.Security.Facebook Namespace
Return to top