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

◆ EndCalled

bool System.Net.LazyAsyncResult.EndCalled
getsetpackageinherited

Definition at line 109 of file LazyAsyncResult.cs.

110 {
111 get
112 {
113 return _endCalled;
114 }
115 set
116 {
118 }
119 }

Referenced by System.Net.Mime.MimeBasePart.EndSend().