WebHttpEndpointElement.TransferMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the WCF method of transporting data across a network between endpoints.
public:
property System::ServiceModel::TransferMode TransferMode { System::ServiceModel::TransferMode get(); void set(System::ServiceModel::TransferMode value); };
[System.Configuration.ConfigurationProperty("transferMode", DefaultValue=System.ServiceModel.TransferMode.Buffered)]
public System.ServiceModel.TransferMode TransferMode { get; set; }
[<System.Configuration.ConfigurationProperty("transferMode", DefaultValue=System.ServiceModel.TransferMode.Buffered)>]
member this.TransferMode : System.ServiceModel.TransferMode with get, set
Public Property TransferMode As TransferMode
Property Value
An enumeration of transfer modes.
- Attributes
Remarks
The three main transport modes are HTTP, TCP, and named pipes.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.