Share via


ServiceChannel<TChannel>.Factory Property

Definition

Gets the channel factory associated with the service channel.

protected:
 property System::ServiceModel::ChannelFactory<TChannel> ^ Factory { System::ServiceModel::ChannelFactory<TChannel> ^ get(); };
protected System.ServiceModel.ChannelFactory<TChannel> Factory { get; }
member this.Factory : System.ServiceModel.ChannelFactory<'Channel (requires 'Channel : null)>
Protected ReadOnly Property Factory As ChannelFactory(Of TChannel)

Property Value

ChannelFactory<TChannel>

The channel factory associated with the service channel.

Applies to