Table of Contents

Class DesktopNetworkStream

Namespace
FellowOakDicom.Network
Assembly
fo-dicom.core.dll

.NET implementation of INetworkStream.

public sealed class DesktopNetworkStream : INetworkStream, IDisposable
Inheritance
DesktopNetworkStream
Implements
Inherited Members
Extension Methods

Properties

LocalHost

Gets the local host of the network stream.

public string LocalHost { get; }

Property Value

string

LocalPort

Gets the local port of the network stream.

public int LocalPort { get; }

Property Value

int

RemoteHost

Gets the remote host of the network stream.

public string RemoteHost { get; }

Property Value

string

RemotePort

Gets the remote port of the network stream.

public int RemotePort { get; }

Property Value

int

Methods

AsStream()

Get corresponding Stream object.

public Stream AsStream()

Returns

Stream

Network stream as Stream object.

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

~DesktopNetworkStream()

Destructor.

protected ~DesktopNetworkStream()