HttpsTransportBindingElement.BuildChannelFactory<TChannel> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立指定之型別的通道處理站,可用來建立通道。
public:
generic <typename TChannel>
override System::ServiceModel::Channels::IChannelFactory<TChannel> ^ BuildChannelFactory(System::ServiceModel::Channels::BindingContext ^ context);
public override System.ServiceModel.Channels.IChannelFactory<TChannel> BuildChannelFactory<TChannel> (System.ServiceModel.Channels.BindingContext context);
override this.BuildChannelFactory : System.ServiceModel.Channels.BindingContext -> System.ServiceModel.Channels.IChannelFactory<'Channel>
Public Overrides Function BuildChannelFactory(Of TChannel) (context As BindingContext) As IChannelFactory(Of TChannel)
類型參數
- TChannel
通道的型別。
參數
- context
- BindingContext
BindingContext 成員,用來描述建立通道處理站時所需的繫結、行為、合約及其他資訊。
傳回
指定之型別的通道處理站,其設定方式是根據傳輸繫結項目中所設定的值。
例外狀況
context
不可以是 null
。
備註
傳回通道處理站,其設定方式是根據傳輸繫結項目中所設定的值。