SoapServerFormatterSink.Protocol 枚举

定义

指定与 SoapServerFormatterSink 类一起使用的协议。

public: enum class SoapServerFormatterSink::Protocol
[System.Serializable]
public enum SoapServerFormatterSink.Protocol
[<System.Serializable>]
type SoapServerFormatterSink.Protocol = 
Public Enum SoapServerFormatterSink.Protocol
继承
SoapServerFormatterSink.Protocol
属性

字段

Http 0

指示当前格式化程序接收器使用的是 HTTP 协议,因此需要特殊处理。

Other 1

指示用于当前格式化程序接收器的协议不是 HTTP。

适用于