BinaryServerFormatterSink.Protocol 列舉

定義

指定要與 BinaryServerFormatterSink 類別搭配使用的通訊協定。

public: enum class BinaryServerFormatterSink::Protocol
[System.Serializable]
public enum BinaryServerFormatterSink.Protocol
[<System.Serializable>]
type BinaryServerFormatterSink.Protocol = 
Public Enum BinaryServerFormatterSink.Protocol
繼承
BinaryServerFormatterSink.Protocol
屬性

欄位

名稱 Description
Http 0

表示目前的格式化器匯入正在使用 HTTP 協定,因此需要特殊處理。

Other 1

表示目前格式化匯入處使用了非 HTTP 協定。

適用於