1 out of 1 rated this helpful Rate this topic

ConnectionOrientedTransportBindingElement.TransferMode Property

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

Namespace:  Microsoft.ServiceBus.Channels
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public TransferMode TransferMode { get; set; }

Property Value

Type: System.ServiceModel.TransferMode
Returns a TransferMode which indicates whether a channel uses streamed or buffered modes of message transfer. The default is Buffered.
Exception Condition
[ArguementOutOfRangeException]

The value is not a valid TransferMode.

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

  • Buffered

  • Streamed

  • StreamedRequest

  • StreamedResponse

Did you find this helpful?
(2000 characters remaining)