WebClientProtocol::Timeout Property
.NET Framework (current version)
Indicates the time an XML Web service client waits for the reply to a synchronous XML Web service request to arrive (in milliseconds).
Assembly: System.Web.Services (in System.Web.Services.dll)
public: [SettingsBindableAttribute(true)] property int Timeout { int get(); void set(int value); }
Property Value
Type: System::Int32The time out, in milliseconds, for synchronous calls to the XML Web service. The default is 100000 milliseconds.
Setting the Timeout property to Timeout::Infinite indicates that the request does not time out. Even though an XML Web service client can set the Timeout property to not time out, the Web server can still cause the request to time out on the server side.
.NET Framework
Available since 1.1
Available since 1.1
Show: