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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.