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

'Declaration
Public Property SendTimeout As TimeSpan 
    Get 
    Set
'Usage
Dim instance As HttpSelfHostConfiguration 
Dim value As TimeSpan 

value = instance.SendTimeout

instance.SendTimeout = value
public TimeSpan SendTimeout { get; set; }
public:
property TimeSpan SendTimeout {
    TimeSpan get ();
    void set (TimeSpan value);
}
member SendTimeout : TimeSpan with get, set
function get SendTimeout () : TimeSpan 
function set SendTimeout (value : TimeSpan)

Property Value

Type: System.TimeSpan
The send timeout.

See Also

Reference

HttpSelfHostConfiguration Class

System.Web.Http.SelfHost Namespace