XdsObjects Help file
MedicalConnections.Security Namespace / TlsServerWindows Class / Connect Method
The encrypted stream



In This Topic
    Connect Method (TlsServerWindows)
    In This Topic
    Create a plaintext inner stream, based on the provided OuterStream
    Syntax
    Public Function Connect( _
       ByVal OuterStream As Stream _
    ) As Stream
    Dim instance As TlsServerWindows
    Dim OuterStream As Stream
    Dim value As Stream
     
    value = instance.Connect(OuterStream)
    public Stream Connect( 
       Stream OuterStream
    )
    public:
    Stream^ Connect( 
       Stream^ OuterStream
    ) 

    Parameters

    OuterStream
    The encrypted stream

    Return Value

    A new inner stream
    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