BinaryServerFormatterSink.Protocol Enumeration

Definition

Gibt das Protokoll an, das mit der BinaryServerFormatterSink-Klasse verwendet werden soll.

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

Felder

Http 0

Gibt an, dass die aktuelle Formatierungssenke das HTTP-Protokoll verwendet und daher eine spezielle Verarbeitung erfordert.

Other 1

Gibt an, dass bei der aktuellen Formatierungssenke ein anderes Protokoll als HTTP verwendet wird.

Gilt für: