IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

DefaultTimeout Property

An initial timeout value to be used by incoming connections.

Syntax

[VB.NET]
Public Property DefaultTimeout As Integer

[C#]
public int DefaultTimeout {get; set;}

Remarks

This property is used by the component to set the operational timeout value of all inbound connections once they are established.

This property defines the timeout when sending data. When SSLEnabled is False a value of 0 means data will be sent asynchronously and a positive value means data is sent synchronously.

When SSLEnabled is True all data is sent synchronously regardless of the Timeout value.

Default Value

0

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]