ClientWebSocket45.Options Property

 

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

Syntax

public ClientWebSocketOptions45 Options { get; }
public:
property ClientWebSocketOptions45^ Options {
    ClientWebSocketOptions45^ get();
}
member Options : ClientWebSocketOptions45 with get
Public ReadOnly Property Options As ClientWebSocketOptions45

Property Value

Type: Microsoft.ServiceBus.Relay.WebSockets.ClientWebSocketOptions45

See Also

ClientWebSocket45 Class
Microsoft.ServiceBus.Relay.WebSockets Namespace

Return to top