Freigeben über


BinaryServerFormatterSink.Protocol-Enumeration

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

Namespace: System.Runtime.Remoting.Channels
Assembly: System.Runtime.Remoting (in system.runtime.remoting.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration Protocol
'Usage
Dim instance As Protocol
[SerializableAttribute] 
public enum Protocol
[SerializableAttribute] 
public enum class Protocol
/** @attribute SerializableAttribute() */ 
public enum Protocol
SerializableAttribute 
public enum Protocol

Member

  Membername Beschreibung
Http Gibt an, dass die aktuelle Formatierungssenke das HTTP-Protokoll verwendet und daher eine spezielle Verarbeitung erfordert. 
Other Gibt an, dass bei der aktuellen Formatierungssenke ein anderes Protokoll als HTTP verwendet wird. 

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

System.Runtime.Remoting.Channels-Namespace