Język

ConnectionOrientedTransportElement.TransferMode Właściwość

Definicja

Pobiera lub ustawia wartość określającą, czy komunikaty są buforowane, czy przesyłane strumieniowo z transportem zorientowanym na połączenie.

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

Wartość właściwości

Prawidłowa TransferMode wartość określająca, czy kanał korzysta ze strumieniowych lub buforowanych trybów transferu komunikatów. Wartość domyślna to Buffered.

Atrybuty

Dotyczy