XdsObjects Help file
MedicalConnections.Security Namespace / TlsServerBouncyCastle Class / Connect Method
Encrypted data stream



In This Topic
    Connect Method (TlsServerBouncyCastle)
    In This Topic
    Handle the TLS negotation
    Syntax
    Public Function Connect( _
       ByVal OuterStream As Stream _
    ) As Stream
    Dim instance As TlsServerBouncyCastle
    Dim OuterStream As Stream
    Dim value As Stream
     
    value = instance.Connect(OuterStream)
    public Stream Connect( 
       Stream OuterStream
    )
    public:
    Stream^ Connect( 
       Stream^ OuterStream
    ) 

    Parameters

    OuterStream
    Encrypted data stream

    Return Value

    unencrypted "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