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