Show / Hide Table of Contents
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
Type Description
System.Action<Abort, Association>
View Source

AssociationAcceptanceReceivedAction

Declaration
public Action<Accept, Association> AssociationAcceptanceReceivedAction { get; set; }
Property Value
Type Description
System.Action<Accept, Association>
View Source

AssociationRejectAction

Declaration
public Action<Reject, Association> AssociationRejectAction { get; set; }
Property Value
Type Description
System.Action<Reject, Association>
View Source

AssociationRequestReceivedAction

Declaration
public Action<Request, Association> AssociationRequestReceivedAction { get; set; }
Property Value
Type Description
System.Action<Request, Association>
View Source

ReleaseRequestReceivedAction

Declaration
public Action<ReleaseRequest, Association> ReleaseRequestReceivedAction { get; set; }
Property Value
Type Description
System.Action<ReleaseRequest, Association>
View Source

ReleaseResponseAction

Declaration
public Action<ReleaseResponse, Association> ReleaseResponseAction { get; set; }
Property Value
Type Description
System.Action<ReleaseResponse, Association>

Methods

View Source

RaiseAbortRequestReceived(Abort, Association)

Declaration
public void RaiseAbortRequestReceived(Abort abort, Association asc)
Parameters
Type Name Description
Abort abort
Association asc
View Source

RaiseAssociationAcceptanceReceived(Accept, Association)

Declaration
public void RaiseAssociationAcceptanceReceived(Accept acc, Association asc)
Parameters
Type Name Description
Accept acc
Association asc
View Source

RaiseAssociationRejectionReceived(Reject, Association)

Declaration
public void RaiseAssociationRejectionReceived(Reject rej, Association asc)
Parameters
Type Name Description
Reject rej
Association asc
View Source

RaiseAssociationRequestReceived(Request, Association)

Declaration
public void RaiseAssociationRequestReceived(Request req, Association asc)
Parameters
Type Name Description
Request req
Association asc
View Source

RaiseReleaseRequestReceived(ReleaseRequest, Association)

Declaration
public void RaiseReleaseRequestReceived(ReleaseRequest relReq, Association asc)
Parameters
Type Name Description
ReleaseRequest relReq
Association asc
View Source

RaiseReleaseResponseReceived(ReleaseResponse, Association)

Declaration
public void RaiseReleaseResponseReceived(ReleaseResponse relRs, Association asc)
Parameters
Type Name Description
ReleaseResponse relRs
Association asc
View Source

SetDefaultActions()

Declaration
public void SetDefaultActions()

Events

View Source

AbortRequestReceived

Declaration
public event AssociationService.AbortRequestHandler AbortRequestReceived
Event Type
Type Description
AssociationService.AbortRequestHandler
View Source

AssociationAcceptanceReceived

Declaration
public event AssociationService.AssociationAcceptedHandler AssociationAcceptanceReceived
Event Type
Type Description
AssociationService.AssociationAcceptedHandler
View Source

AssociationRejectionReceived

Declaration
public event AssociationService.AssociationRejectedHandler AssociationRejectionReceived
Event Type
Type Description
AssociationService.AssociationRejectedHandler
View Source

AssociationRequestReceived

Declaration
public event AssociationService.AssociationRequestHandler AssociationRequestReceived
Event Type
Type Description
AssociationService.AssociationRequestHandler
View Source

ReleaseRequestReceived

Declaration
public event AssociationService.ReleaseRequestHandler ReleaseRequestReceived
Event Type
Type Description
AssociationService.ReleaseRequestHandler
View Source

ReleaseResponseReceived

Declaration
public event AssociationService.ReleaseResponseHandler ReleaseResponseReceived
Event Type
Type Description
AssociationService.ReleaseResponseHandler
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX