System.Runtime.Remoting.Channels.SoapServerFormatterSink.Protocol Enumeration

Assembly: System.Runtime.Remoting.dll
Namespace: System.Runtime.Remoting.Channels
Summary
Specifies the protocol to use with the SoapServerFormatterSink class.
C# Syntax:
[Serializable]
public enum SoapServerFormatterSink.Protocol
See also:
System.Runtime.Remoting.Channels Namespace

System.Runtime.Remoting.Channels.SoapServerFormatterSink.Protocol Member List:

Public Fields
Http Overloaded:
Http

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

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

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

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

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.