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

◆ Dispose()

void System.Net.Http.HttpWindowsProxy.Dispose ( )
inline

Implements System.IDisposable.

Definition at line 163 of file HttpWindowsProxy.cs.

164 {
165 if (!_disposed)
166 {
167 _disposed = true;
168 if (_sessionHandle != null && !_sessionHandle.IsInvalid)
169 {
170 global::Interop.WinHttp.SafeWinHttpHandle.DisposeAndClearHandle(ref _sessionHandle);
171 }
172 }
173 }
global::Interop.WinHttp.SafeWinHttpHandle _sessionHandle

References System.Net.Http.HttpWindowsProxy._disposed, and System.Net.Http.HttpWindowsProxy._sessionHandle.