ClientWebSocketOptions::UseDefaultCredentials Property

.NET Framework (current version)
 

Gets or sets a Boolean value that indicates if default credentials should be used during WebSocket handshake.

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

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

Property Value

Type: System::Boolean

Returns Boolean.

true if default credentials should be used during WebSocket handshake; otherwise false. The default is true.

.NET Framework
Available since 4.5
Return to top
Show: