Show / Hide Table of Contents
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
Type Description
System.Collections.Generic.List<PresentationContext>
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
Type Description
PDUType
Implements
IPDU.Type
View Source

UserInfo

Declaration
public UserInfo UserInfo { get; set; }
Property Value
Type Description
UserInfo

Methods

View Source

Generate(Request, List<PresentationContext>)

Declaration
public static Accept Generate(Request request, List<PresentationContext> contexts)
Parameters
Type Name Description
Request request
System.Collections.Generic.List<PresentationContext> contexts
Returns
Type Description
Accept
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