ChannelEndpointElement 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
一个字符串,指示此终结点公开了哪个协定。 程序集必须实现该协定类型。