Show / Hide Table of Contents
View Source

Class AssociationMessenger

Inheritance
System.Object
AssociationMessenger
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)
System.Object.ToString()
Namespace:EvilDICOM.Network.Messaging
Assembly:EvilDICOM.dll
Syntax
public class AssociationMessenger

Methods

View Source

SendAbort(Association, AbortSource, AbortReason)

Declaration
public static void SendAbort(Association asc, AbortSource abortSource = AbortSource.DICOM_UL_SERV_PROVIDER, AbortReason reason = AbortReason.REASON_NOT_SPECIFIED)
Parameters
Type Name Description
Association asc
AbortSource abortSource
AbortReason reason
View Source

SendAccept(Accept, Association)

Declaration
public static void SendAccept(Accept accept, Association asc)
Parameters
Type Name Description
Accept accept
Association asc
View Source

SendReject(Association)

Declaration
public static void SendReject(Association asc)
Parameters
Type Name Description
Association asc
View Source

SendReleaseRequest(Association)

Declaration
public static void SendReleaseRequest(Association asc)
Parameters
Type Name Description
Association asc
View Source

SendReleaseResponse(Association)

Declaration
public static void SendReleaseResponse(Association asc)
Parameters
Type Name Description
Association asc
View Source

SendRequest(Association, String[])

Declaration
public static void SendRequest(Association asc, params string[] abstractSyntaxes)
Parameters
Type Name Description
Association asc
System.String[] abstractSyntaxes
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX