IWsdlImportExtension::ImportEndpoint Method (WsdlImporter^, WsdlEndpointConversionContext^)

 

Called when importing an endpoint.

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

void ImportEndpoint(
	WsdlImporter^ importer,
	WsdlEndpointConversionContext^ context
)

Parameters

importer
Type: System.ServiceModel.Description::WsdlImporter^

The importer.

context
Type: System.ServiceModel.Description::WsdlEndpointConversionContext^

The import context to modify.

The ImportEndpoint method is called when importing an endpoint. Modify the context properties to customize the imported endpoint.

.NET Framework
Available since 3.0
Return to top
Show: