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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.