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

◆ ReleaseHandle()

override bool System.Net.HttpServerSessionHandle.ReleaseHandle ( )
inlineprotected

Definition at line 21 of file HttpServerSessionHandle.cs.

22 {
23 return global::Interop.HttpApi.HttpCloseServerSession(_serverSessionId) == 0;
24 }

References System.Net.HttpServerSessionHandle._serverSessionId.