Gets or sets the connection handshake timeout.
Syntax
Visual Basic (Declaration) | |
---|
Public Property HandshakeTimeout As TimeSpan |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As JpipServerConfiguration
Dim value As TimeSpan
instance.HandshakeTimeout = value
value = instance.HandshakeTimeout
|
C# | |
---|
public TimeSpan HandshakeTimeout {get; set;} |
Return Value
A
TimeSpan value for waiting a handshake operation to complete.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also