Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpSelfHostConfiguration::TransferMode Property

 

Gets or sets the transfer mode.

Namespace:   System.Web.Http.SelfHost
Assembly:  System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)

public:
property TransferMode TransferMode {
	TransferMode get();
	void set(TransferMode value);
}

Property Value

Type: System.ServiceModel::TransferMode

One of the enumeration values of the TransferMode enumeration .

Return to top
Show: