DicomObjects.NET.V8
DicomObjects Namespace / DicomAssociation Class / SslStream Property



    SslStream Property
    Returns the secure Stream object
    Syntax
    'Declaration
     
    Public ReadOnly Property SslStream As Stream
     
    'Usage
     
    Dim instance As DicomAssociation
    Dim value As Stream
     
    value = instance.SslStream
    Remarks
    If Windows nehotiation is used, then this will be an SslStream object
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also