StandardRelayBindingImporter.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.
Maps endpoints defined in WSDL into the service description.
public void ImportEndpoint (System.ServiceModel.Description.WsdlImporter importer, System.ServiceModel.Description.WsdlEndpointConversionContext endpointContext);
abstract member ImportEndpoint : System.ServiceModel.Description.WsdlImporter * System.ServiceModel.Description.WsdlEndpointConversionContext -> unit
override this.ImportEndpoint : System.ServiceModel.Description.WsdlImporter * System.ServiceModel.Description.WsdlEndpointConversionContext -> unit
Public Sub ImportEndpoint (importer As WsdlImporter, endpointContext As WsdlEndpointConversionContext)
Parameters
- importer
- WsdlImporter
The WSDL importer for importing and resolving WSDL metadata.
- endpointContext
- WsdlEndpointConversionContext
The context for the conversion.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET