SPWcfServiceSettings.TransferMode property

Gets or sets the transfer mode that is used by the WCF service.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property TransferMode As Nullable(Of TransferMode)
    Get
    Set
'Usage
Dim instance As SPWcfServiceSettings
Dim value As Nullable(Of TransferMode)

value = instance.TransferMode

instance.TransferMode = value
public Nullable<TransferMode> TransferMode { get; set; }

Property value

Type: System.Nullable<TransferMode>
The transfer mode; otherwise, a null reference (Nothing in Visual Basic).

See also

Reference

SPWcfServiceSettings class

SPWcfServiceSettings members

Microsoft.SharePoint.Administration namespace