WsdlImporter::ImportEndpoint Method (Port^)

 

Returns a ServiceEndpoint from a set of metadata documents that uses information from the specified System.Web.Services.Description::Port object.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
ServiceEndpoint^ ImportEndpoint(
	Port^ wsdlPort
)

Parameters

wsdlPort
Type: System.Web.Services.Description::Port^

A System.Web.Services.Description::Port object that represents the desired WSDL port information.

Return Value

Type: System.ServiceModel.Description::ServiceEndpoint^

A ServiceEndpoint object that represents specific WSDL port information in the metadata document.

Exception Condition
InvalidOperationException

The WsdlImporter has encountered an error.

ArgumentNullException

The wsdlPort is null.

Use the ImportEndpoint method to use a System.Web.Services.Description::Port object to locate port type information in the metadata and return that information as a ServiceEndpoint object. Check the Errors property to determine whether there are any import errors before using the returned object.

.NET Framework
Available since 3.0
Return to top
Show: