System::Net::Security::SslStream::get_CanRead 方法

SslStream::get_CanRead method

确定流是否可读。

bool System::Net::Security::SslStream::get_CanRead() const override

ReturnValue

如果流可读则为 True;否则为 false

另见