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

◆ BeginReadLines()

IAsyncResult System.Net.Mail.SmtpReplyReader.BeginReadLines ( AsyncCallback callback,
object state )
inlinepackage

Definition at line 12 of file SmtpReplyReader.cs.

13 {
14 return _reader.BeginReadLines(this, callback, state);
15 }
IAsyncResult BeginReadLines(SmtpReplyReader caller, AsyncCallback callback, object state)
readonly SmtpReplyReaderFactory _reader

References System.Net.Mail.SmtpReplyReader._reader, System.Net.Mail.SmtpReplyReaderFactory.BeginReadLines(), and System.state.

Referenced by System.Net.Mail.ReadLinesCommand.BeginSend().