WebSocketClientOptions.Credentials Property
Namespace: Rebex.Net
Assembly: Rebex.WebSocket.dll (version 7.0.9083)
Credentials
Get or sets network credentials to use for authentication to the server.
Declaration
public ICredentials Credentials { get; set; }
Property Value
Type | Description |
---|---|
ICredentials |
Remarks
Only objects derived from NetworkCredential are currently supported.