Get or sets network credentials to use for authentication to the server.

Namespace:  Rebex.Net
Assembly:  Rebex.WebSocket (in Rebex.WebSocket.dll)

Syntax

Visual Basic
Public Property Credentials As ICredentials
	Get
	Set
C#
public ICredentials Credentials { get; set; }

Remarks

Only objects derived from NetworkCredential are currently supported.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also