ClientWebSocketOptions45 Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.ServiceBus.Relay.WebSockets.ClientWebSocketOptions45

Syntax

public sealed class ClientWebSocketOptions45
public ref class ClientWebSocketOptions45 sealed 
[<Sealed>]
type ClientWebSocketOptions45 = class end
Public NotInheritable Class ClientWebSocketOptions45

Properties

Name Description
System_CAPS_pubproperty ClientCertificates

System_CAPS_pubproperty Cookies

System_CAPS_pubproperty Credentials

System_CAPS_pubproperty Host

System_CAPS_pubproperty KeepAliveInterval

System_CAPS_pubproperty Proxy

System_CAPS_pubproperty UseDefaultCredentials

Methods

Name Description
System_CAPS_pubmethod AddSubProtocol(String)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod SetBuffer(Int32, Int32)

System_CAPS_pubmethod SetBuffer(Int32, Int32, ArraySegment<Byte>)

System_CAPS_pubmethod SetRequestHeader(String, String)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ServiceBus.Relay.WebSockets Namespace

Return to top