In This Topic
Returns the secure Stream object
Syntax
'Declaration
Public ReadOnly Property SslStream As System.IO.Stream
'Usage
Dim instance As DicomAssociation
Dim value As System.IO.Stream
value = instance.SslStream
public System.IO.Stream SslStream {get;}
public read-only property SslStream: System.IO.Stream;
public function get SslStream : System.IO.Stream
public: __property System.IO.Stream* get_SslStream();
public:
property System.IO.Stream^ SslStream {
System.IO.Stream^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also