ChannelEndpointElement Constructor (EndpointAddress^, String^)
.NET Framework (current version)
Initializes a new instance of the ChannelEndpointElement class with the specified endpoint address and contract type.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- address
-
Type:
System.ServiceModel::EndpointAddress^
Specifies the address of the endpoint. The default is an empty string. The address must be an absolute URI.
- contractType
-
Type:
System::String^
A string that indicates which contract this endpoint is exposing. The assembly must implement the contract type.
.NET Framework
Available since 3.0
Available since 3.0
Show: