| Name | Description |
 | AuthenticationScheme |
Gets and sets the authentication scheme to be the WebSocket server to authenticate clients.
|
 | CompressionLevel |
Specifies a compression level to be applied by the transport compression.
|
 | CompressionNoContextTakeover |
Gets and sets the whether no compression context should be taken over when compressing message payload.
|
 | CompressionScheme |
Specifies the whether the transport level compression should be applied and the type of compression to be used.
|
 | DuplexOnly |
Gets and sets whether the transport should provide only duplex channels for the binding.
|
 | KeepaliveMode | |
 | KeepaliveResponseRequired | |
 | KeepaliveResponseThrottlingInterval | |
 | KeepaliveSendInterval | |
 | KeepaliveTimeout | |
 | ManualAddressing | (Inherited from System.ServiceModel.Channels.TransportBindingElement) |
 | MaxBufferPoolSize | (Inherited from System.ServiceModel.Channels.TransportBindingElement) |
 | MaxBufferSize | Gets or sets the maximum size of the buffer to use. For buffered messages this value is the same as MaxReceivedMessageSize. For streamed messages, this value is the maximum size of the SOAP headers, which must be read in buffered mode. |
 | MaxOutboundFrameSize |
Gets and sets the maximum size of outbound frame produced by the WebSocket.
|
 | MaxOutboundQueueSize |
Gets and sets the maximum size for the outbound message queue.
|
 | MaxReceivedMessageSize | (Inherited from System.ServiceModel.Channels.TransportBindingElement) |
 | MessageType |
Gets and sets the value that defines the opCode of the messages sent by WebSocket transport.
|
 | Origin |
Gets and sets the string identifying the origin of the client connection.
|
 | PayloadMasking |
Gets and sets whether the payload of outbound messages is masked.
|
 | PortSharing |
Gets and sets whether the port sharing infrastructure should be used in order to share the IP endpoint
across processes exposing WebSocket endpoints on the same computer.
|
 | Protocol |
Gets and sets the string identifying the sub-protocol used by the client connection.
|
 | Scheme | Overridden.
Gets the URI scheme for the transport.
|
 | Security |
Gets and sets the security settings to be used by a transport channel.
|
 | TransferMode |
Gets or sets a value that indicates whether messages are sent buffered or streamed.
|
 | UseDefaultWebProxy |
Gets or sets a value that indicates whether the auto-configured HTTP proxy
of the system should be used, if available.
|