BinaryServerFormatterSink.Protocol 枚举
定义
指定与 BinaryServerFormatterSink 类一起使用的协议。Specifies the protocol to use with the BinaryServerFormatterSink class.
public: enum class BinaryServerFormatterSink::Protocol
[System.Serializable]
public enum BinaryServerFormatterSink.Protocol
type BinaryServerFormatterSink.Protocol =
Public Enum BinaryServerFormatterSink.Protocol
- 继承
- 属性
字段
Http | 0 | 指示当前格式化程序接收器使用的是 HTTP 协议,因此需要特殊处理。Indicates that the current formatter sink is using the HTTP protocol, and therefore requires special processing. |
Other | 1 | 指示用于当前格式化程序接收器的协议不是 HTTP。Indicates that a protocol other than HTTP is used with the current formatter sink. |