Udostępnij za pośrednictwem


WebScriptEndpointElement.TransferMode Właściwość

Definicja

Pobiera lub ustawia sposób, w jaki komunikaty WCF są transportowane.

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)]
[System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.TransferModeHelper))]
public System.ServiceModel.TransferMode TransferMode { get; set; }
[<System.Configuration.ConfigurationProperty("transferMode", DefaultValue=System.ServiceModel.TransferMode.Buffered)>]
[<System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.TransferModeHelper))>]
member this.TransferMode : System.ServiceModel.TransferMode with get, set
Public Property TransferMode As TransferMode

Wartość właściwości

TransferMode

Obiekt zawierający ciąg, który wyznacza tryb transferu komunikatów WCF.

Atrybuty
ConfigurationPropertyAttribute ServiceModelEnumValidatorAttribute

Uwagi

Przykłady typów transferu komunikatów obejmują buforowane i przesyłane strumieniowo.

Dotyczy