Click or drag to resize

IProtocolTimeoutService Interface

Control over the underlying protocol timeouts.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntax
C#
public interface IProtocolTimeoutService

The IProtocolTimeoutService type exposes the following members.

Properties
  NameDescription
Public propertyMinReconnectDelay
Minimum time (ms) to wait before reconnecting to the same address.
Public propertyReceiveTimeout
How long to wait for data before throwing an error.
Top
See Also