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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.