VssHttpRequestSettings.SendTimeout Property
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Property SendTimeout As TimeSpan
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.