This documentation is archived and is not being maintained.
BinaryServerFormatterSink.Protocol Enumeration
.NET Framework 1.1
Specifies the protocol to use with the BinaryServerFormatterSink class.
[Visual Basic] <Serializable> Public Enum BinaryServerFormatterSink.Protocol [C#] [Serializable] public enum BinaryServerFormatterSink.Protocol [C++] [Serializable] __value public enum BinaryServerFormatterSink.Protocol [JScript] public Serializable enum BinaryServerFormatterSink.Protocol
Members
| Member name | Description |
|---|---|
| Http | Indicates that the current formatter sink is using the HTTP protocol, and therefore requires special processing. |
| Other | Indicates that a protocol other than HTTP is used with the current formatter sink. |
Requirements
Namespace: System.Runtime.Remoting.Channels
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
See Also
Show: