Search Results for

    Show / Hide Table of Contents

    Interface IDicomServer<T>

    Helper interface to ensure type safety when creating DICOM server objects via

    DicomServer.Create
    overloads.

    Inherited Members
    IDicomServer.IPAddress
    IDicomServer.Port
    IDicomServer.IsListening
    IDicomServer.Exception
    IDicomServer.Options
    IDicomServer.Logger
    IDicomServer.StartAsync(String, Int32, String, Encoding, DicomServiceOptions, Object)
    IDicomServer.Stop()
    IDisposable.Dispose()
    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IDicomServer<T> : IDicomServer, IDisposable where T : DicomService, IDicomServiceProvider
    Type Parameters
    Name Description
    T

    DICOM service class consumed by the DICOM server object.

    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors