WebServiceRequestSettings.DefaultTimeout property

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

public TimeSpan? DefaultTimeout { get; set; }

Property Value

The default timeout.

See Also