InstanceContext::IncomingChannels Property
.NET Framework (current version)
Gets the sessionful channels that are incoming to the service instance.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property ICollection<IChannel^>^ IncomingChannels { ICollection<IChannel^>^ get(); }
Property Value
Type: System.Collections.Generic::ICollection<IChannel^>^The ICollection<T> of type IChannel that contains the sessionful channels incoming to the service instance.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The service instance is closed and cannot be used. |
| CommunicationObjectFaultedException | The service instance is in a faulted state. |
.NET Framework
Available since 3.0
Available since 3.0
Show: