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

◆ ContentStream

Stream System.Net.Mail.AttachmentBase.ContentStream
getinherited

Definition at line 16 of file AttachmentBase.cs.

17 {
18 get
19 {
20 if (disposed)
21 {
22 throw new ObjectDisposedException(GetType().FullName);
23 }
24 return _part.Stream;
25 }
26 }