DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / SslStream Property



In This Topic
    SslStream Property
    In This Topic
    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
    public Stream SslStream {get;}
    public:
    property Stream^ SslStream {
       Stream^ get();
    }
    Remarks
    If Windows nehotiation is used, then this will be an SslStream object
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also