4 references to PortType
System.Web.Services (4)
System\Web\Services\Description\Soap12ProtocolReflector.cs (4)
56
if (
PortType
== null || Binding == null) return; // external binding;
60
foreach (Operation op in
PortType
.Operations) {
72
PortType
.ServiceDescription.PortTypes.Remove(
PortType
);