HttpSelfHostConfiguration.SendTimeout Property

 

Gets or sets the send timeout.

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

Syntax

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

Property Value

Type: System.TimeSpan

The send timeout.

See Also

HttpSelfHostConfiguration Class
System.Web.Http.SelfHost Namespace

Return to top