SecurityBindingElement.BuildChannelFactoryCore<TChannel> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當實作時會建立指定型別的通道處理站。
protected:
generic <typename TChannel>
abstract System::ServiceModel::Channels::IChannelFactory<TChannel> ^ BuildChannelFactoryCore(System::ServiceModel::Channels::BindingContext ^ context);
protected abstract System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactoryCore<TChannel> (System.ServiceModel.Channels.BindingContext context);
abstract member BuildChannelFactoryCore : System.ServiceModel.Channels.BindingContext -> System.ServiceModel.Channels.IChannelFactory<'Channel>
Protected MustOverride Function BuildChannelFactoryCore(Of TChannel) (context As BindingContext) As IChannelFactory(Of TChannel)
類型參數
- TChannel
通道處理站的型別。
參數
- context
- BindingContext
傳回
指定型別的通道處理站。
例外狀況
context
為 null
。
不支援 TChannel
型別的通道。
備註
BuildChannelFactory執行錯誤檢查時,會呼叫這個方法。 當這個方法在衍生類別中實作時,它會建立通道處理站,而此通道處理站將用於建立處理此繫結之傳出訊息的通道。