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