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 receive timeout that is applied to the WCF service.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ReceiveTimeout As TimeSpan
Get
Set
'Usage
Dim instance As SPWcfServiceSettings
Dim value As TimeSpan
value = instance.ReceiveTimeout
instance.ReceiveTimeout = value
public TimeSpan ReceiveTimeout { get; set; }
Property Value
Type: System.TimeSpan
The receive timeout. This property is applied only when it is not set to MinValue; otherwise, the default WCF settings are used.