Class AReleaseRQ
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
A-RELEASE-RQ
public class AReleaseRQ : PDU
- Inheritance
-
AReleaseRQ
- Implements
- Inherited Members
- Extension Methods
Constructors
AReleaseRQ(IMemoryProvider)
Initializes a new A-RELEASE-RQ
public AReleaseRQ(IMemoryProvider memoryProvider)
Parameters
memoryProvider
IMemoryProviderThe memory provider that will be used to allocate buffers
Methods
Read(RawPDU)
Reads A-RELEASE-RQ from PDU buffer
public void Read(RawPDU raw)
Parameters
raw
RawPDUPDU buffer
ToString()
public override string ToString()
Returns
WriteAsync(Stream, CancellationToken)
Writes A-RELEASE-RQ to the provided stream
public Task WriteAsync(Stream stream, CancellationToken cancellationToken)
Parameters
stream
StreamThe stream to write the PDU to
cancellationToken
CancellationTokenThe token that cancels the write operation
Returns
- Task
A Task that represents the asynchronous operation