Gets or sets a value that indicates thether to use default credentials (single sign-on) for authentication to the server.

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

Syntax

Visual Basic
Public Property UseDefaultCredentials As Boolean
	Get
	Set
C#
public bool UseDefaultCredentials { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also