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
属性

フィールド

Http 0

現在のフォーマッタ シンクが HTTP プロトコルを使用していること示します。このため、特別な処理が必要です。

Other 1

HTTP 以外のプロトコルを現在のフォーマッタ シンクで使用することを示します。

適用対象