Class AReleaseRQ
A-RELEASE-RQ
Inheritance
System.Object
AReleaseRQ
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FellowOakDicom.Network
Assembly: fo-dicom.core.dll
Syntax
public class AReleaseRQ : PDU
Constructors
AReleaseRQ(IMemoryProvider)
Initializes a new A-RELEASE-RQ
Declaration
public AReleaseRQ(IMemoryProvider memoryProvider)
Parameters
Type | Name | Description |
---|---|---|
IMemoryProvider | memoryProvider | The memory provider that will be used to allocate buffers |
Methods
Read(RawPDU)
Reads A-RELEASE-RQ from PDU buffer
Declaration
public void Read(RawPDU raw)
Parameters
Type | Name | Description |
---|---|---|
RawPDU | raw | PDU buffer |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
WriteAsync(Stream, CancellationToken)
Writes A-RELEASE-RQ to the provided stream
Declaration
public async Task WriteAsync(Stream stream, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | The stream to write the PDU to |
System.Threading.CancellationToken | cancellationToken | The token that cancels the write operation |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A Task that represents the asynchronous operation |