Binding.BuildChannelListener 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足所指定的功能。
重载
BuildChannelListener<TChannel>(Object[]) |
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足所指定的功能。 |
BuildChannelListener<TChannel>(BindingParameterCollection) |
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足绑定参数集合所指定的功能。 |
BuildChannelListener<TChannel>(Uri, Object[]) |
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足所指定的功能。 |
BuildChannelListener<TChannel>(Uri, BindingParameterCollection) |
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足所指定的功能。 |
BuildChannelListener<TChannel>(Uri, String, Object[]) |
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足所指定的功能。 |
BuildChannelListener<TChannel>(Uri, String, BindingParameterCollection) |
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足所指定的功能。 |
BuildChannelListener<TChannel>(Uri, String, ListenUriMode, Object[]) |
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足所指定的功能。 |
BuildChannelListener<TChannel>(Uri, String, ListenUriMode, BindingParameterCollection) |
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足所指定的功能。 |
BuildChannelListener<TChannel>(Object[])
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足所指定的功能。
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel virtual System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(... cli::array <System::Object ^> ^ parameters);
public virtual System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (params object[] parameters) where TChannel : class, System.ServiceModel.Channels.IChannel;
abstract member BuildChannelListener : obj[] -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
override this.BuildChannelListener : obj[] -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overridable Function BuildChannelListener(Of TChannel As {Class, IChannel}) (ParamArray parameters As Object()) As IChannelListener(Of TChannel)
类型参数
- TChannel
通道侦听器接受的通道类型。
参数
- parameters
- Object[]
为生成的通道工厂指定需求的对象数组。
返回
一个类型为 IChannelListener<TChannel> 的 TChannel
,它满足指定的功能。
例外
缺少传输元素或其顺序紊乱,或架构无效,或未指定消息版本。
适用于
BuildChannelListener<TChannel>(BindingParameterCollection)
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足绑定参数集合所指定的功能。
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel virtual System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(System::ServiceModel::Channels::BindingParameterCollection ^ parameters);
public virtual System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (System.ServiceModel.Channels.BindingParameterCollection parameters) where TChannel : class, System.ServiceModel.Channels.IChannel;
abstract member BuildChannelListener : System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
override this.BuildChannelListener : System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overridable Function BuildChannelListener(Of TChannel As {Class, IChannel}) (parameters As BindingParameterCollection) As IChannelListener(Of TChannel)
类型参数
- TChannel
通道侦听器接受的通道类型。
参数
- parameters
- BindingParameterCollection
为生成的通道侦听器指定要求的 BindingParameterCollection。
返回
一个类型为 IChannelListener<TChannel> 的 TChannel
,它满足指定的功能。
例外
缺少传输元素或其顺序紊乱,或架构无效,或未指定消息版本。
适用于
BuildChannelListener<TChannel>(Uri, Object[])
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足所指定的功能。
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel virtual System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(Uri ^ listenUriBaseAddress, ... cli::array <System::Object ^> ^ parameters);
public virtual System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (Uri listenUriBaseAddress, params object[] parameters) where TChannel : class, System.ServiceModel.Channels.IChannel;
abstract member BuildChannelListener : Uri * obj[] -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
override this.BuildChannelListener : Uri * obj[] -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overridable Function BuildChannelListener(Of TChannel As {Class, IChannel}) (listenUriBaseAddress As Uri, ParamArray parameters As Object()) As IChannelListener(Of TChannel)
类型参数
- TChannel
通道侦听器接受的通道类型。
参数
- parameters
- Object[]
为生成的通道工厂指定需求的对象数组。
返回
一个类型为 IChannelListener<TChannel> 的 TChannel
,它满足指定的功能。
例外
缺少传输元素或其顺序紊乱,或架构无效,或未指定消息版本。
适用于
BuildChannelListener<TChannel>(Uri, BindingParameterCollection)
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足所指定的功能。
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel virtual System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(Uri ^ listenUriBaseAddress, System::ServiceModel::Channels::BindingParameterCollection ^ parameters);
public virtual System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (Uri listenUriBaseAddress, System.ServiceModel.Channels.BindingParameterCollection parameters) where TChannel : class, System.ServiceModel.Channels.IChannel;
abstract member BuildChannelListener : Uri * System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
override this.BuildChannelListener : Uri * System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overridable Function BuildChannelListener(Of TChannel As {Class, IChannel}) (listenUriBaseAddress As Uri, parameters As BindingParameterCollection) As IChannelListener(Of TChannel)
类型参数
- TChannel
通道侦听器接受的通道类型。
参数
- parameters
- BindingParameterCollection
为生成的通道侦听器指定要求的 BindingParameterCollection。
返回
一个类型为 IChannelListener<TChannel> 的 TChannel
,它满足指定的功能。
例外
缺少传输元素或其顺序紊乱,或架构无效,或未指定消息版本。
适用于
BuildChannelListener<TChannel>(Uri, String, Object[])
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足所指定的功能。
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel virtual System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(Uri ^ listenUriBaseAddress, System::String ^ listenUriRelativeAddress, ... cli::array <System::Object ^> ^ parameters);
public virtual System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (Uri listenUriBaseAddress, string listenUriRelativeAddress, params object[] parameters) where TChannel : class, System.ServiceModel.Channels.IChannel;
abstract member BuildChannelListener : Uri * string * obj[] -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
override this.BuildChannelListener : Uri * string * obj[] -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overridable Function BuildChannelListener(Of TChannel As {Class, IChannel}) (listenUriBaseAddress As Uri, listenUriRelativeAddress As String, ParamArray parameters As Object()) As IChannelListener(Of TChannel)
类型参数
- TChannel
通道侦听器接受的通道类型。
参数
- listenUriRelativeAddress
- String
相对于服务侦听基址的地址。
- parameters
- Object[]
为生成的通道工厂指定需求的对象数组。
返回
一个类型为 IChannelListener<TChannel> 的 TChannel
,它满足指定的功能。
例外
缺少传输元素或其顺序紊乱,或架构无效,或未指定消息版本。
适用于
BuildChannelListener<TChannel>(Uri, String, BindingParameterCollection)
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足所指定的功能。
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel virtual System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(Uri ^ listenUriBaseAddress, System::String ^ listenUriRelativeAddress, System::ServiceModel::Channels::BindingParameterCollection ^ parameters);
public virtual System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (Uri listenUriBaseAddress, string listenUriRelativeAddress, System.ServiceModel.Channels.BindingParameterCollection parameters) where TChannel : class, System.ServiceModel.Channels.IChannel;
abstract member BuildChannelListener : Uri * string * System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
override this.BuildChannelListener : Uri * string * System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overridable Function BuildChannelListener(Of TChannel As {Class, IChannel}) (listenUriBaseAddress As Uri, listenUriRelativeAddress As String, parameters As BindingParameterCollection) As IChannelListener(Of TChannel)
类型参数
- TChannel
通道侦听器接受的通道类型。
参数
- listenUriRelativeAddress
- String
相对于服务侦听基址的地址。
- parameters
- BindingParameterCollection
为生成的通道侦听器指定要求的 BindingParameterCollection。
返回
一个类型为 IChannelListener<TChannel> 的 TChannel
,它满足指定的功能。
例外
缺少传输元素或其顺序紊乱,或架构无效,或未指定消息版本。
适用于
BuildChannelListener<TChannel>(Uri, String, ListenUriMode, Object[])
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足所指定的功能。
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel virtual System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(Uri ^ listenUriBaseAddress, System::String ^ listenUriRelativeAddress, System::ServiceModel::Description::ListenUriMode listenUriMode, ... cli::array <System::Object ^> ^ parameters);
public virtual System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (Uri listenUriBaseAddress, string listenUriRelativeAddress, System.ServiceModel.Description.ListenUriMode listenUriMode, params object[] parameters) where TChannel : class, System.ServiceModel.Channels.IChannel;
abstract member BuildChannelListener : Uri * string * System.ServiceModel.Description.ListenUriMode * obj[] -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
override this.BuildChannelListener : Uri * string * System.ServiceModel.Description.ListenUriMode * obj[] -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overridable Function BuildChannelListener(Of TChannel As {Class, IChannel}) (listenUriBaseAddress As Uri, listenUriRelativeAddress As String, listenUriMode As ListenUriMode, ParamArray parameters As Object()) As IChannelListener(Of TChannel)
类型参数
- TChannel
通道侦听器接受的通道类型。
参数
- listenUriRelativeAddress
- String
相对于服务侦听基址的地址。
- listenUriMode
- ListenUriMode
ListenUriMode 的一个值,指示传输是必须确保提供给服务侦听的 URI 唯一,还是严格按照所提供的内容使用。
- parameters
- Object[]
为生成的通道工厂指定需求的对象数组。
返回
一个类型为 IChannelListener<TChannel> 的 TChannel
,它满足指定的功能。
例外
缺少传输元素或其顺序紊乱,或架构无效,或未指定消息版本。
适用于
BuildChannelListener<TChannel>(Uri, String, ListenUriMode, BindingParameterCollection)
在服务上生成通道侦听器,该通道侦听器接受具有指定类型的通道并满足所指定的功能。
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel virtual System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(Uri ^ listenUriBaseAddress, System::String ^ listenUriRelativeAddress, System::ServiceModel::Description::ListenUriMode listenUriMode, System::ServiceModel::Channels::BindingParameterCollection ^ parameters);
public virtual System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (Uri listenUriBaseAddress, string listenUriRelativeAddress, System.ServiceModel.Description.ListenUriMode listenUriMode, System.ServiceModel.Channels.BindingParameterCollection parameters) where TChannel : class, System.ServiceModel.Channels.IChannel;
abstract member BuildChannelListener : Uri * string * System.ServiceModel.Description.ListenUriMode * System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
override this.BuildChannelListener : Uri * string * System.ServiceModel.Description.ListenUriMode * System.ServiceModel.Channels.BindingParameterCollection -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overridable Function BuildChannelListener(Of TChannel As {Class, IChannel}) (listenUriBaseAddress As Uri, listenUriRelativeAddress As String, listenUriMode As ListenUriMode, parameters As BindingParameterCollection) As IChannelListener(Of TChannel)
类型参数
- TChannel
通道侦听器接受的通道类型。
参数
- listenUriRelativeAddress
- String
相对于服务侦听基址的地址。
- listenUriMode
- ListenUriMode
ListenUriMode 的一个值,指示传输是必须确保提供给服务侦听的 URI 唯一,还是严格按照所提供的内容使用。
- parameters
- BindingParameterCollection
为生成的通道侦听器指定要求的 BindingParameterCollection。
返回
一个类型为 IChannelListener<TChannel> 的 TChannel
,它满足指定的功能。
例外
缺少传输元素或其顺序紊乱,或架构无效,或未指定消息版本。