BinaryServerFormatterSink.Protocol Enum

Definition

Specifies the protocol to use with the BinaryServerFormatterSink class.

public: enum class BinaryServerFormatterSink::Protocol
[System.Serializable]
public enum BinaryServerFormatterSink.Protocol
[<System.Serializable>]
type BinaryServerFormatterSink.Protocol = 
Public Enum BinaryServerFormatterSink.Protocol
Inheritance
BinaryServerFormatterSink.Protocol
Attributes

Fields

Http 0

Indicates that the current formatter sink is using the HTTP protocol, and therefore requires special processing.

Other 1

Indicates that a protocol other than HTTP is used with the current formatter sink.

Applies to