ServiceProxy<TService>.ChannelFactory Property
Applies To: Dynamics CRM 2015
Gets a WCF channel factory that manages a single channel instance.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
protected ChannelFactory<TService> ChannelFactory { get; }
protected:
property ChannelFactory<TService>^ ChannelFactory {
ChannelFactory<TService>^ get();
}
member ChannelFactory : ChannelFactory<'TService> with get
Protected ReadOnly Property ChannelFactory As ChannelFactory(Of TService)
Property Value
Type: System.ServiceModel.ChannelFactory<TService>
Type: ChannelFactory
A WCF channel factory.
See Also
ServiceProxy<TService> Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright