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
LocalPort
Gets the local port of the network stream.
public int LocalPort { get; }
Property Value
RemoteHost
Gets the remote host of the network stream.
public string RemoteHost { get; }
Property Value
RemotePort
Gets the remote port of the network stream.
public int RemotePort { get; }
Property Value
Methods
AsStream()
Get corresponding Stream object.
public Stream AsStream()
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
~DesktopNetworkStream()
Destructor.
protected ~DesktopNetworkStream()