NetTcpBindingElement::TransferMode Property

 

Gets or sets a value that specifies whether messages are buffered or streamed or a request or response.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("transferMode", DefaultValue = TransferMode::Buffered)]
property TransferMode TransferMode {
	TransferMode get();
	void set(TransferMode value);
}

Property Value

Type: System.ServiceModel::TransferMode

A valid TransferMode value that specifies whether messages are buffered or streamed or a request or response.

.NET Framework
Available since 3.0
Return to top
Show: