BinaryServerFormatterSink.Protocol 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定与 BinaryServerFormatterSink 类一起使用的协议。
public: enum class BinaryServerFormatterSink::Protocol
[System.Serializable]
public enum BinaryServerFormatterSink.Protocol
[<System.Serializable>]
type BinaryServerFormatterSink.Protocol =
Public Enum BinaryServerFormatterSink.Protocol
- 继承
- 属性
字段
Http | 0 | 指示当前格式化程序接收器使用的是 HTTP 协议,因此需要特殊处理。 |
Other | 1 | 指示用于当前格式化程序接收器的协议不是 HTTP。 |