20 references to PortType
System.ServiceModel (13)
System\ServiceModel\Description\MessageContractImporter.cs (10)
283
WsdlNS.ServiceDescriptionCollection wsdlDocuments = wsdlOperationMessage.Operation.
PortType
.ServiceDescription.ServiceDescriptions;
309
WsdlNS.ServiceDescriptionCollection documents = wsdlOperation.
PortType
.ServiceDescription.ServiceDescriptions;
322
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxWsdlOperationInputNeedsMessageAttribute2, wsdlOperation.Name, wsdlOperation.
PortType
.Name)));
324
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxWsdlOperationOutputNeedsMessageAttribute2, wsdlOperation.Name, wsdlOperation.
PortType
.Name)));
392
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxWsdlOperationInputNeedsMessageAttribute2, wsdlOperation.Name, wsdlOperation.
PortType
.Name)));
394
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxWsdlOperationOutputNeedsMessageAttribute2, wsdlOperation.Name, wsdlOperation.
PortType
.Name)));
473
WsdlNS.ServiceDescriptionCollection wsdlDocuments = wsdlOperationMessage.Operation.
PortType
.ServiceDescription.ServiceDescriptions;
615
WsdlNS.ServiceDescriptionCollection wsdlDocuments = fault.Operation.
PortType
.ServiceDescription.ServiceDescriptions;
619
TraceFaultCannotBeImported(fault.Name, description.Name, SR.GetString(SR.SFxWsdlOperationFaultNeedsMessageAttribute2, fault.Name, fault.Operation.
PortType
.Name));
1112
if (operation != null && !new XmlQualifiedName(operation.
PortType
.Name, targetNamespace).Equals(binding.Type))
System\ServiceModel\Description\WsdlImporter.cs (3)
1064
string ns = wsdlOperationMessage.Operation.
PortType
.ServiceDescription.TargetNamespace ?? string.Empty;
1065
string portTypeName = wsdlOperationMessage.Operation.
PortType
.Name;
1833
WsdlNS.PortType wsdlPortType = ((WsdlNS.Operation)item).
PortType
;
System.Web.Extensions (3)
Compilation\WCFModel\WsdlInspector.cs (3)
329
x.
PortType
.Name,
330
x.
PortType
.ServiceDescription.RetrievalUrl,
331
y.
PortType
.ServiceDescription.RetrievalUrl)
System.Web.Services (4)
System\Web\Services\Description\ProtocolImporter.cs (3)
514
AddWarningComment(codeClass == null ? codeNamespace.Comments : codeClass.Comments, Res.GetString(Res.TheOperation0FromNamespace1WasIgnored2, operation.Name, operation.
PortType
.ServiceDescription.TargetNamespace, text));
543
operation.
PortType
.Name,
544
operation.
PortType
.ServiceDescription.TargetNamespace,
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
344
if (operation != null && !new XmlQualifiedName(operation.
PortType
.Name, targetNamespace).Equals(binding.Type))