View Source
Class Accept
Inheritance
System.Object
Accept
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 Accept : IPDU
Properties
View Source
ApplicationContext
Declaration
public string ApplicationContext { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CalledEntityTitle
Declaration
public string CalledEntityTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CallingEntityTitle
Declaration
public string CallingEntityTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PresentationContexts
Declaration
public List<PresentationContext> PresentationContexts { get; set; }
Property Value
View Source
ProtocolVersion
Declaration
public int ProtocolVersion { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Type
Declaration
public PDUType Type { get; }
Property Value
Implements
View Source
UserInfo
Declaration
public UserInfo UserInfo { get; set; }
Property Value
Methods
View Source
Generate(Request, List<PresentationContext>)
Declaration
public static Accept Generate(Request request, List<PresentationContext> contexts)
Parameters
Returns
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
View Source
Write()
Declaration
Returns
Type |
Description |
System.Byte[] |
|
Implements