WebSocketTransportUsage Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies an enumeration of WebSocket transport usage.
public enum class WebSocketTransportUsage
public enum WebSocketTransportUsage
type WebSocketTransportUsage =
Public Enum WebSocketTransportUsage
- Inheritance
Fields
Name | Value | Description |
---|---|---|
WhenDuplex | 0 | Indicates WebSocket transport will be used for duplex service contracts only. |
Always | 1 | Indicates WebSocket transport will always be used. |
Never | 2 | Indicates WebSocket transport will never be used. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.