HttpSelfHostConfiguration.ReceiveTimeout Property

 

Gets or sets the receive timeout.

Namespace:   System.Web.Http.SelfHost
Assembly:  System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)

Syntax

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

Property Value

Type: System.TimeSpan

The receive timeout.

See Also

HttpSelfHostConfiguration Class
System.Web.Http.SelfHost Namespace

Return to top