View Source
Class AssociationService
Inheritance
System.Object
AssociationService
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.Services
Assembly:EvilDICOM.dll
Syntax
public class AssociationService
Constructors
View Source
AssociationService()
Declaration
public AssociationService()
Properties
View Source
AbortReceivedAction
Declaration
public Action<Abort, Association> AbortReceivedAction { get; set; }
Property Value
View Source
AssociationAcceptanceReceivedAction
Declaration
public Action<Accept, Association> AssociationAcceptanceReceivedAction { get; set; }
Property Value
View Source
AssociationRejectAction
Declaration
public Action<Reject, Association> AssociationRejectAction { get; set; }
Property Value
View Source
AssociationRequestReceivedAction
Declaration
public Action<Request, Association> AssociationRequestReceivedAction { get; set; }
Property Value
View Source
ReleaseRequestReceivedAction
Declaration
public Action<ReleaseRequest, Association> ReleaseRequestReceivedAction { get; set; }
Property Value
View Source
ReleaseResponseAction
Declaration
public Action<ReleaseResponse, Association> ReleaseResponseAction { get; set; }
Property Value
Methods
View Source
RaiseAbortRequestReceived(Abort, Association)
Declaration
public void RaiseAbortRequestReceived(Abort abort, Association asc)
Parameters
View Source
RaiseAssociationAcceptanceReceived(Accept, Association)
Declaration
public void RaiseAssociationAcceptanceReceived(Accept acc, Association asc)
Parameters
View Source
RaiseAssociationRejectionReceived(Reject, Association)
Declaration
public void RaiseAssociationRejectionReceived(Reject rej, Association asc)
Parameters
View Source
RaiseAssociationRequestReceived(Request, Association)
Declaration
public void RaiseAssociationRequestReceived(Request req, Association asc)
Parameters
View Source
RaiseReleaseRequestReceived(ReleaseRequest, Association)
Declaration
public void RaiseReleaseRequestReceived(ReleaseRequest relReq, Association asc)
Parameters
View Source
RaiseReleaseResponseReceived(ReleaseResponse, Association)
Declaration
public void RaiseReleaseResponseReceived(ReleaseResponse relRs, Association asc)
Parameters
View Source
SetDefaultActions()
Declaration
public void SetDefaultActions()
Events
View Source
AbortRequestReceived
Declaration
public event AssociationService.AbortRequestHandler AbortRequestReceived
Event Type
View Source
AssociationAcceptanceReceived
Declaration
public event AssociationService.AssociationAcceptedHandler AssociationAcceptanceReceived
Event Type
View Source
AssociationRejectionReceived
Declaration
public event AssociationService.AssociationRejectedHandler AssociationRejectionReceived
Event Type
View Source
AssociationRequestReceived
Declaration
public event AssociationService.AssociationRequestHandler AssociationRequestReceived
Event Type
View Source
ReleaseRequestReceived
Declaration
public event AssociationService.ReleaseRequestHandler ReleaseRequestReceived
Event Type
View Source
ReleaseResponseReceived
Declaration
public event AssociationService.ReleaseResponseHandler ReleaseResponseReceived
Event Type