ConnectionOrientedTransportBindingElement.TransferMode Property

Definition

Gets or sets a value that indicates 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); };
public System.ServiceModel.TransferMode TransferMode { get; set; }
member this.TransferMode : System.ServiceModel.TransferMode with get, set
Public Property TransferMode As TransferMode

Property Value

A TransferMode value which indicates whether a channel uses streamed or buffered modes of message transfer. The default is Buffered.

Exceptions

The value is not a valid TransferMode.

Remarks

This property determines the transfer mode for requests and responses. Possible values include:

Applies to