AutodiscoverServiceBase.Timeout

AutodiscoverServiceBase.Timeout property

Gets or sets the timeout used when sending HTTP requests and when receiving HTTP responses, in milliseconds. Defaults to 100000.

public int Timeout { get; set; }

See Also