IssuedSecurityTokenProvider.DefaultCloseTimeout 属性

定义

获取关闭连接的默认超时值。Gets the default time-out for closing the connection.

public:
 virtual property TimeSpan DefaultCloseTimeout { TimeSpan get(); };
public virtual TimeSpan DefaultCloseTimeout { get; }
member this.DefaultCloseTimeout : TimeSpan
Public Overridable ReadOnly Property DefaultCloseTimeout As TimeSpan

属性值

TimeSpan

一个 TimeSpan,表示关闭连接的默认超时值。A TimeSpan that represents the default time-out for closing the connection.

注解

仅限内部使用。For internal use only.

适用于