DynamicEndpoint(ContractDescription, Binding) Constructor
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.
Initializes a new instance of the DynamicEndpoint class with the specified ContractDescription and Binding.
public:
DynamicEndpoint(System::ServiceModel::Description::ContractDescription ^ contract, System::ServiceModel::Channels::Binding ^ binding);
public DynamicEndpoint (System.ServiceModel.Description.ContractDescription contract, System.ServiceModel.Channels.Binding binding);
new System.ServiceModel.Discovery.DynamicEndpoint : System.ServiceModel.Description.ContractDescription * System.ServiceModel.Channels.Binding -> System.ServiceModel.Discovery.DynamicEndpoint
Public Sub New (contract As ContractDescription, binding As Binding)
Parameters
- contract
- ContractDescription
The contract.
- binding
- Binding
The binding.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.