WebServiceRequestBase.Timeout property

Gets or sets the timeout. If GetHttpClient is set, then this property is ignored.

public TimeSpan? Timeout { get; set; }

Property Value

The timeout.

See Also