2 writes to soap11PortType
System.Web.Services (2)
System\Web\Services\Description\Soap12ProtocolReflector.cs (2)
35
soap11PortType
= null;
46
soap11PortType
= SoapMethod.portType;
4 references to soap11PortType
System.Web.Services (4)
System\Web\Services\Description\Soap12ProtocolReflector.cs (4)
47
if (
soap11PortType
!= Binding.Type)
58
if (
soap11PortType
!= null &&
soap11PortType
!= Binding.Type) {
71
Binding.Type =
soap11PortType
;