WebSocketClientOptions.Credentials Property
Namespace: Rebex.Net
Assembly: Rebex.WebSocket.dll (version 8.0.9673)
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.