HandshakeTimeout Property

Summary

Gets or sets the connection handshake timeout.

Syntax
C#
VB
C++
public TimeSpan HandshakeTimeout { get; set; } 
  
Public Property HandshakeTimeout As TimeSpan 
public: 
property TimeSpan HandshakeTimeout { 
   TimeSpan get(); 
   void set (    TimeSpan ); 
} 

Property Value

A System.TimeSpan value for waiting a handshake operation to complete.

Example

For an example, refer to JpipServer.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly