ServiceProxy<TService>.ChannelFactory 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 a WCF channel factory that manages a single channel instance.
protected:
property System::ServiceModel::ChannelFactory<TService> ^ ChannelFactory { System::ServiceModel::ChannelFactory<TService> ^ get(); };
protected System.ServiceModel.ChannelFactory<TService> ChannelFactory { get; }
member this.ChannelFactory : System.ServiceModel.ChannelFactory<'Service (requires 'Service : null)>
Protected ReadOnly Property ChannelFactory As ChannelFactory(Of TService)
Property Value
ChannelFactory<TService>
A WCF channel factory.