Show / Hide Table of Contents
View Source

Class ReleaseResponse

Inheritance
System.Object
ReleaseResponse
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:EvilDICOM.Network.PDUs
Assembly:EvilDICOM.dll
Syntax
public class ReleaseResponse : IPDU

Properties

View Source

Type

Declaration
public PDUType Type { get; }
Property Value
Type Description
PDUType
Implements
IPDU.Type

Methods

View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
View Source

Write()

Declaration
public byte[] Write()
Returns
Type Description
System.Byte[]
Implements
IPDU.Write()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX