SimpleNetworkTimeSendTimeout Property |
Gets or sets the time (in milliseconds) until a synchronous attempt to send data times out.
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic int SendTimeout { get; set; }
Public Property SendTimeout As Integer
Get
Set
public:
property int SendTimeout {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also