Table of Contents

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 IMemoryProvider

The 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 RawPDU

PDU buffer

ToString()

public override string ToString()

Returns

string

WriteAsync(Stream, CancellationToken)

Writes A-RELEASE-RQ to the provided stream

public Task WriteAsync(Stream stream, CancellationToken cancellationToken)

Parameters

stream Stream

The stream to write the PDU to

cancellationToken CancellationToken

The token that cancels the write operation

Returns

Task

A Task that represents the asynchronous operation