4 references to ProtocolElement
System.Web.Services (4)
System\Web\Services\Configuration\ProtocolElementCollection.cs (4)
104
ProtocolElement httpSoap12Element = new
ProtocolElement
(WebServiceProtocols.HttpSoap12);
105
ProtocolElement httpSoapElement = new
ProtocolElement
(WebServiceProtocols.HttpSoap);
106
ProtocolElement httpPostLocalhostElement = new
ProtocolElement
(WebServiceProtocols.HttpPostLocalhost);
107
ProtocolElement documentationElement = new
ProtocolElement
(WebServiceProtocols.Documentation);