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