WindowsStreamSecurityBindingElement.BuildChannelListener<TChannel> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立指定型別的通道接聽程式。
public:
generic <typename TChannel>
where TChannel : class, System::ServiceModel::Channels::IChannel override System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(System::ServiceModel::Channels::BindingContext ^ context);
public override System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (System.ServiceModel.Channels.BindingContext context) where TChannel : class, System.ServiceModel.Channels.IChannel;
override this.BuildChannelListener : System.ServiceModel.Channels.BindingContext -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overrides Function BuildChannelListener(Of TChannel As {Class, IChannel}) (context As BindingContext) As IChannelListener(Of TChannel)
類型參數
- TChannel
通道接聽程式的類型。
參數
- context
- BindingContext
BindingContext 成員,用來描述建立通道接聽程式時所需的繫結、行為、合約及其他資訊。
傳回
傳回特定型別的通道接聽項。 這個方法會將此類別執行個體新增至 BindingParameters,並委派至建置方法 BuildInnerChannelListener<TChannel>()。
例外狀況
context
不可以是 null
。
備註
這個方法會建立通道接聽項,可用來建立處理此繫結之傳入訊息的通道。