Class Request
Inheritance
System.Object
Request
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 Request : IPDU
Constructors
View SourceRequest()
Declaration
public Request()
Properties
View SourceApplicationContext
Declaration
public string ApplicationContext { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CalledEntityTitle
Declaration
public string CalledEntityTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CallingEntityTitle
Declaration
public string CallingEntityTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PresentationContexts
Declaration
public List<PresentationContext> PresentationContexts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PresentationContext> |
ProtocolVersion
Declaration
public int ProtocolVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Type
Declaration
public PDUType Type { get; }
Property Value
Type | Description |
---|---|
PDUType |
Implements
View SourceUserInfo
Declaration
public UserInfo UserInfo { get; set; }
Property Value
Type | Description |
---|---|
UserInfo |
Methods
View SourceToString()
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[] |