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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.