System.Web.Services.Protocols.WebClientProtocol.Timeout Property

Indicates the time an XML Web service client waits for the reply to a synchronous XML Web service request to arrive (in milliseconds).

Syntax

[System.ComponentModel.RecommendedAsConfigurable(true)]
[System.ComponentModel.DefaultValue(100000)]
public int Timeout { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Setting the WebClientProtocol.Timeout property to System.Threading.Timeout.Infinite indicates that the request does not time out. Even though an XML Web service client can set the WebClientProtocol.Timeout property to not time out, the Web server can still cause the request to time out on the server side.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0