Condividi tramite


ConnectionOrientedTransportBindingElement.TransferMode Property

Definition

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

public System.ServiceModel.TransferMode TransferMode { get; set; }
member this.TransferMode : System.ServiceModel.TransferMode with get, set
Public Property TransferMode As TransferMode

Property Value

Returns a TransferMode 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.

Applies to