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

◆ ThrowObjectDisposedException()

HttpConnection System.Net.Http.HttpContentStream.ThrowObjectDisposedException ( )
inlineprivateinherited

Definition at line 35 of file HttpContentStream.cs.

36 {
37 throw new ObjectDisposedException(GetType().Name);
38 }

References System.Name.

Referenced by System.Net.Http.HttpContentStream.GetConnectionOrThrow().