ConnectionOrientedTransportElement.TransferMode Property

Definition

Gets or sets a value that specifies whether the messages are buffered or streamed with the connection-oriented transport.

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

A valid TransferMode value that specifies whether a channel uses streamed or buffered modes of message transfer. The default is Buffered.

Attributes

Applies to