BinaryServerFormatterSink.Protocol Enum

Definitie

Hiermee geeft u het protocol dat moet worden gebruikt met de BinaryServerFormatterSink klasse.

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

Velden

Name Waarde Description
Http 0

Geeft aan dat de huidige formatter-sink gebruikmaakt van het HTTP-protocol en daarom speciale verwerking vereist.

Other 1

Geeft aan dat een ander protocol dan HTTP wordt gebruikt met de huidige formatter-sink.

Van toepassing op