ServiceDescriptionCollection::GetPortType Method (XmlQualifiedName^)
.NET Framework (current version)
Searches the ServiceDescriptionCollection and returns the PortType with the specified name that is a member of one of the ServiceDescription instances contained in the collection.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- name
-
Type:
System.Xml::XmlQualifiedName^
The XmlQualifiedName, passed by reference, whose Name property is shared by the PortType returned.
| Exception | Condition |
|---|---|
| Exception | The specified PortType is not a member of any ServiceDescription instances within the collection. |
.NET Framework
Available since 1.1
Available since 1.1
Show: