PowerTCP Mail 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* get_SslStream();
public:
property SslStream^ SslStream {
   SslStream^ get();
}
Remarks
Returns null when no secure connection exists.
See Also

Reference

TcpBase Class
TcpBase Members


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