BinaryServerFormatterSink.Protocol 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定要與 BinaryServerFormatterSink 類別搭配使用的通訊協定。
public: enum class BinaryServerFormatterSink::Protocol
[System.Serializable]
public enum BinaryServerFormatterSink.Protocol
[<System.Serializable>]
type BinaryServerFormatterSink.Protocol =
Public Enum BinaryServerFormatterSink.Protocol
- 繼承
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| Http | 0 | 表示目前的格式化器匯入正在使用 HTTP 協定,因此需要特殊處理。 |
| Other | 1 | 表示目前格式化匯入處使用了非 HTTP 協定。 |