ComponentSpace Proxy Class Library Reference

ProxyClientBase.SendTimeout Property

Gets or sets the number of milliseconds to wait for the request to be sent to the proxy server.

[Visual Basic]
NotOverridable Public Property SendTimeout As Integer _
    Implements IProxyClient.SendTimeout
[C#]
public int SendTimeout {get; set;}

Property Value

The number of milliseconds to wait for the request to be sent to the proxy server. The default is 60 seconds.

Implements

IProxyClient.SendTimeout

See Also

ProxyClientBase Class | ComponentSpace.Proxy Namespace