ClientWebSocketOptions::Credentials Property
.NET Framework (current version)
Gets or sets the credential information for the client.
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
Available since 4.5
Show: