ClientWebSocketOptions45.UseDefaultCredentials Property

 

Namespace:   Microsoft.ServiceBus.Relay.WebSockets
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

public bool UseDefaultCredentials { get; set; }
public:
property bool UseDefaultCredentials {
    bool get();
    void set(bool value);
}
member UseDefaultCredentials : bool with get, set
Public Property UseDefaultCredentials As Boolean

Property Value

Type: System.Boolean

See Also

ClientWebSocketOptions45 Class
Microsoft.ServiceBus.Relay.WebSockets Namespace

Return to top