WsHttpClient.SendTimeOut Property

Gets or sets the time in milliseconds this client will wait for a remote endpoint connection.

Namespace: Ws.Services.Transport.HTTP
Assembly: MFWsStack (in mfwsstack.dll)

Syntax

public int SendTimeOut { get; set; }

Property Value

The time in milliseconds that this client will wait for a remote endpoint connection. The default value is 5000.

Version Information

Available in .NET Micro Framework version 2.5

See Also

Reference

WsHttpClient Class
WsHttpClient Members
Ws.Services.Transport.HTTP Namespace