PowerTCP Sockets for .NET
SslStream Property (TcpBase)




Returns the SslStream object created when AuthenticateAsClient or AuthenticateAsServer are called.
Syntax
'Declaration
 
Public ReadOnly Property SslStream As SslStream
'Usage
 
Dim instance As TcpBase
Dim value As SslStream
 
value = instance.SslStream
public SslStream SslStream {get;}
public: __property SslStream* get_SslStream();
public:
property SslStream^ SslStream {
   SslStream^ get();
}
Remarks
Returns null when no secure connection exists.
See Also

Reference

TcpBase Class
TcpBase Members


PowerTCP Sockets for .NET Documentation Version 4.5
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic