ServiceProxy<TService>.ChannelFactory Property

Definition

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.

Applies to