ServiceChannel<TChannel>.Factory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.