HttpsTransportBindingElement.BuildChannelFactory<TChannel> 方法

定义

创建指定类型的可用于创建通道的通道工厂。

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

注解

返回基于传输绑定元素中设置的值配置的通道工厂。

适用于