Class HostChannel<TService>
Represents a channel to a host providing a WCF service.
Implements
Inherited Members
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
public class HostChannel<TService> : IDisposable
Type Parameters
Name | Description |
---|---|
TService | WCF service contract interface. |
Constructors
HostChannel()
Initializes a new empty instance of the HostChannel<TService> class.
Declaration
public HostChannel()
Properties
ChannelFactory
Gets the channel factory, or null if none.
Declaration
public ChannelFactory<TService> ChannelFactory { get; }
Property Value
Type | Description |
---|---|
ChannelFactory<TService> |
Service
Gets the service, or null if none.
Declaration
public TService Service { get; }
Property Value
Type | Description |
---|---|
TService |
Methods
Dispose()
Implements Dispose().
Declaration
public void Dispose()