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

◆ CheckValid()

virtual bool System.Net.CommandStream.CheckValid ( ResponseDescription response,
ref int validThrough,
ref int completeLength )
inlineprotectedvirtual

Reimplemented in System.Net.FtpControlStream.

Definition at line 424 of file CommandStream.cs.

425 {
426 return false;
427 }

Referenced by System.Net.CommandStream.ReceiveCommandResponseCallback().