ChannelEndpointElement 构造函数

定义

初始化 ChannelEndpointElement 类的新实例。

重载

ChannelEndpointElement()

初始化 ChannelEndpointElement 类的新实例。

ChannelEndpointElement(EndpointAddress, String)

使用指定的终结点地址和协定类型初始化 ChannelEndpointElement 类的新实例。

ChannelEndpointElement()

初始化 ChannelEndpointElement 类的新实例。

public:
 ChannelEndpointElement();
public ChannelEndpointElement ();
Public Sub New ()

适用于

ChannelEndpointElement(EndpointAddress, String)

使用指定的终结点地址和协定类型初始化 ChannelEndpointElement 类的新实例。

public:
 ChannelEndpointElement(System::ServiceModel::EndpointAddress ^ address, System::String ^ contractType);
public ChannelEndpointElement (System.ServiceModel.EndpointAddress address, string contractType);
new System.ServiceModel.Configuration.ChannelEndpointElement : System.ServiceModel.EndpointAddress * string -> System.ServiceModel.Configuration.ChannelEndpointElement
Public Sub New (address As EndpointAddress, contractType As String)

参数

address
EndpointAddress

指定终结点的地址。 默认值为一个空字符串。 该地址必须为绝对 URI。

contractType
String

一个字符串,指示此终结点公开了哪个协定。 程序集必须实现该协定类型。

适用于