ServiceChannel<TChannel>.Channel Property
Applies To: Dynamics CRM 2015
Gets the WCF channel that is associated with the service channel.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public TChannel Channel { get; }
public:
property TChannel Channel {
TChannel get();
}
member Channel : 'TChannel with get
Public ReadOnly Property Channel As TChannel
Property Value
Type: TChannel
Type: IOutputChannel or IRequestChannel
The WCF channel associated with the service channel.
See Also
ServiceChannel<TChannel> Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright