1 instantiation of SoapServerProtocol
System.Web.Services (1)
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
220return new SoapServerProtocol();
17 references to SoapServerProtocol
System.Web.Services (17)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (2)
23internal Soap11ServerProtocolHelper(SoapServerProtocol protocol) : base(protocol) { 26internal Soap11ServerProtocolHelper(SoapServerProtocol protocol, string requestNamespace) : base(protocol, requestNamespace) {
System\Web\Services\Protocols\Soap12ServerProtocol.cs (2)
22internal Soap12ServerProtocolHelper(SoapServerProtocol protocol) : base(protocol) { 25internal Soap12ServerProtocolHelper(SoapServerProtocol protocol, string requestNamespace) : base(protocol, requestNamespace) {
System\Web\Services\Protocols\SoapServerMessage.cs (2)
23SoapServerProtocol protocol; 28internal SoapServerMessage(SoapServerProtocol protocol) {
System\Web\Services\Protocols\SoapServerProtocol.cs (11)
309if (null == (serverType = (SoapServerType)GetFromCache(typeof(SoapServerProtocol), Type)) 310&& null == (serverType = (SoapServerType)GetFromCache(typeof(SoapServerProtocol), Type, true))) 314if (null == (serverType = (SoapServerType)GetFromCache(typeof(SoapServerProtocol), Type)) 315&& null == (serverType = (SoapServerType)GetFromCache(typeof(SoapServerProtocol), Type, true))) 317bool excludeSchemeHostPortFromCachingKey = this.IsCacheUnderPressure(typeof(SoapServerProtocol), Type); 319AddToCache(typeof(SoapServerProtocol), Type, serverType, excludeSchemeHostPortFromCachingKey); 908SoapServerProtocol protocol; 911protected SoapServerProtocolHelper(SoapServerProtocol protocol) { 915protected SoapServerProtocolHelper(SoapServerProtocol protocol, string requestNamespace) { 920internal static SoapServerProtocolHelper GetHelper(SoapServerProtocol protocol, string envelopeNs) { 967protected SoapServerProtocol ServerProtocol {