IWsdlImportExtension.ImportEndpoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when importing an endpoint.
public:
void ImportEndpoint(System::ServiceModel::Description::WsdlImporter ^ importer, System::ServiceModel::Description::WsdlEndpointConversionContext ^ context);
public void ImportEndpoint (System.ServiceModel.Description.WsdlImporter importer, System.ServiceModel.Description.WsdlEndpointConversionContext context);
abstract member ImportEndpoint : System.ServiceModel.Description.WsdlImporter * System.ServiceModel.Description.WsdlEndpointConversionContext -> unit
Public Sub ImportEndpoint (importer As WsdlImporter, context As WsdlEndpointConversionContext)
Parameters
- importer
- WsdlImporter
The importer.
- context
- WsdlEndpointConversionContext
The import context to modify.
Remarks
The ImportEndpoint method is called when importing an endpoint. Modify the context properties to customize the imported endpoint.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.