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
}
System.Net.Security.SslStream.IsAuthenticated
override bool IsAuthenticated
Definition
SslStream.cs:95
System
Net
Security
SslStream
Generated by
1.10.0