Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.