Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CanRead

override bool System.Net.Security.SslStream.CanRead
get

Definition at line 255 of file SslStream.cs.

256 {
257 get
258 {
259 if (IsAuthenticated)
260 {
261 return base.InnerStream.CanRead;
262 }
263 return false;
264 }
265 }
override bool IsAuthenticated
Definition SslStream.cs:95