Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Interface ITlsInitiator

    An interface for all handlers that initiate tls connections

    Namespace: FellowOakDicom.Network.Tls
    Assembly: fo-dicom.core.dll
    Syntax
    public interface ITlsInitiator

    Methods

    InitiateTls(Stream, String, Int32)

    Initiate a tls connection

    Declaration
    Stream InitiateTls(Stream plainStream, string remoteAddress, int remotePort)
    Parameters
    Type Name Description
    System.IO.Stream plainStream

    The cleartext stream over which unencrypted data will be sent and received

    System.String remoteAddress

    Remote IP address or hostname

    System.Int32 remotePort

    Remote port

    Returns
    Type Description
    System.IO.Stream

    Extension Methods

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