Search Results for

    Show / Hide Table of Contents

    Interface INetworkStream

    Interface representing a network stream.

    Inherited Members
    IDisposable.Dispose()
    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public interface INetworkStream : IDisposable

    Properties

    LocalHost

    Gets the local host of the network stream.

    Declaration
    string LocalHost { get; }
    Property Value
    Type Description
    String

    LocalPort

    Gets the local port of the network stream.

    Declaration
    int LocalPort { get; }
    Property Value
    Type Description
    Int32

    RemoteHost

    Gets the remote host of the network stream.

    Declaration
    string RemoteHost { get; }
    Property Value
    Type Description
    String

    RemotePort

    Gets the remote port of the network stream.

    Declaration
    int RemotePort { get; }
    Property Value
    Type Description
    Int32

    Methods

    AsStream()

    Get corresponding Stream object.

    Declaration
    Stream AsStream()
    Returns
    Type Description
    Stream

    Network stream as Stream object.

    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors