PowerTCP Sockets for .NET
SslStream Property




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();
}
See Also

Reference

TcpBase Class
TcpBase Members


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