CallbackStoreServer handles C-STORE requests on the associations by registering a callback that StoreSCP will call when the C-STORE request is received.
Inheritance Hierarchy
AssociationListenerAdapter
LaurelBridge.DCFExamples.StoreSCPCallbackProgramCallbackStoreServer
Namespace: LaurelBridge.DCFExamples.StoreSCPCallback
Assembly: StoreSCPCallback (in StoreSCPCallback.exe) Version: DCF34 r12431 DCF_3_4_38_20200923 NetFramework
Syntax
C#
public class CallbackStoreServer : AssociationListenerAdapter
The ProgramCallbackStoreServer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ProgramCallbackStoreServer |
Constructs a CallbackStoreServer that will listen on the specified port and accept the allowedPresentationContexts.
|
Methods
Name | Description | |
---|---|---|
![]() | BeginAssociation |
Override of BeginAssociation which is called during association negotiation. Register a StoreSCP object to
handle store requests for our allowed presentation contexts by delegating to our CStore method.
(Overrides AssociationListenerAdapter.BeginAssociation(AssociationAcceptor).) |
![]() | BeginListening |
Start the AssociationManager for this server, and start listening for associations.
|
![]() | GetSessionSettings |
Returns a DicomSessionSettings object to be used for the association.
|
See Also