SocketElement::AlwaysUseCompletionPortsForConnect Property

 

Gets or sets a Boolean value that specifies whether completion ports are used when making connections.

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

public:
[ConfigurationPropertyAttribute("alwaysUseCompletionPortsForConnect", 
	DefaultValue = false)]
property bool AlwaysUseCompletionPortsForConnect {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to use completion ports; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: