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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.