terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetContext()

global.System.Net.Security.SafeDeleteContext System.Net.NTAuthentication.GetContext ( [Out] SecurityStatusPal status)
inlinepackage

Definition at line 186 of file NTAuthentication.cs.

187 {
188 if (!this._isCompleted || this._securityContext != null)
189 {
190 }
191 NetEventSource.Fail(this, "Should be called only when completed with success, currently is not!", "GetContext");
192 bool isServer = this._isServer;
193 if (!isServer)
194 {
195 if (!isServer)
196 {
197 }
198 NetEventSource.Fail(this, "The method must not be called by the client side!", "GetContext");
199 }
200 if (this._securityContext != null)
201 {
202 }
203 return this._securityContext;
204 }
class f__AnonymousType0<< Count > j__TPar
global::System.Net.Security.SafeDeleteContext _securityContext

References System.Net.NTAuthentication._isCompleted, System.Net.NTAuthentication._isServer, System.Net.NTAuthentication._securityContext, System.Net.NetEventSource.Fail(), and j__TPar.