HubOptions.HandshakeTimeout 속성

정의

서버에서 클라이언트에서 들어오는 핸드셰이크 요청을 시간 제한으로 설정하는 간격을 가져오거나 설정합니다. 기본 시간 제한은 15초입니다.

public:
 property Nullable<TimeSpan> HandshakeTimeout { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? HandshakeTimeout { get; set; }
member this.HandshakeTimeout : Nullable<TimeSpan> with get, set
Public Property HandshakeTimeout As Nullable(Of TimeSpan)

속성 값

적용 대상