Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Interface IDicomServer<TServiceProvider>

    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.ServiceScope
    IDicomServer.Registration
    IDicomServer.StartAsync(String, Int32, ITlsAcceptor, Encoding, DicomServiceOptions, Object, DicomServerOptions)
    IDicomServer.Stop()
    System.IDisposable.Dispose()
    Namespace: FellowOakDicom.Network
    Assembly: fo-dicom.core.dll
    Syntax
    public interface IDicomServer<TServiceProvider> : IDicomServer, IDisposable where TServiceProvider : DicomService, IDicomServiceProvider
    Type Parameters
    Name Description
    TServiceProvider

    DICOM service class consumed by the DICOM server object.

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors