PowerTCP FTP for .NET
SslStream Property



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

Reference

TcpBase Class
TcpBase Members


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