Język

ClientBase<TChannel>.ChannelFactory Właściwość

Definicja

Pobiera obiekt źródłowy ChannelFactory<TChannel> .

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

Wartość właściwości

Obiekt ChannelFactory<TChannel>.

Uwagi

Służy do uzyskiwania wewnętrznej fabryki kanałów, która obsługuje tworzenie kanału w usłudze.

Dotyczy