ClientWebSocketOptions::Credentials Property

.NET Framework (current version)
 

Gets or sets the credential information for the client.

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

public:
property ICredentials^ Credentials {
	ICredentials^ get();
	void set(ICredentials^ value);
}

Property Value

Type: System.Net::ICredentials^

Returns ICredentials.

The credential information for the client.

.NET Framework
Available since 4.5
Return to top
Show: