ComponentSpace Proxy Class Library Reference

ProxyClientBase.ReceiveTimeout Property

Gets or sets the number of milliseconds to wait for the response from the proxy server.

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

Property Value

The number of milliseconds to wait for the response from the proxy server. The default is 60 seconds.

Implements

IProxyClient.ReceiveTimeout

See Also

ProxyClientBase Class | ComponentSpace.Proxy Namespace