Home
last modified time | relevance | path

Searched refs:GetOptionalInt32HeaderValue (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/State/
H A DStateRuntime.cs375 …bool GetOptionalInt32HeaderValue(HttpContext context, string header, out int value, out bool found) in GetOptionalInt32HeaderValue() method in System.Web.SessionState.StateApplication
555 …if (!GetOptionalInt32HeaderValue(context, StateHeaders.EXTRAFLAGS_NAME, out extraFlags, out found)… in FinishPut()