WinHttpHandler.ReceiveDataTimeout Property

Definition

Gets or sets the timeout for receiving the data portion of a response from the server.

public:
 property TimeSpan ReceiveDataTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan ReceiveDataTimeout { get; set; }
member this.ReceiveDataTimeout : TimeSpan with get, set
Public Property ReceiveDataTimeout As TimeSpan

Property Value

The timeout for receiving the data portion of a response from the server.

Remarks

The default value for this property is 30 seconds.

Applies to