Search Results for

    Show / Hide Table of Contents

    Class HostChannel<TService>

    Represents a channel to a host providing a WCF service.

    Inheritance
    Object
    HostChannel<TService>
    Implements
    IDisposable
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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()

    Implements

    System.IDisposable
    In This Article
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2024 TopSolid - All rights reserved.