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 | 指示目前格式子 (Formatter) 接收正在使用 HTTP 通訊協定,並因此需要特殊處理。 |
Other | 1 | 指示要使用 HTTP 以外的通訊協定來搭配目前格式子接收。 |