a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
179 lines
12 KiB
XML
179 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Type Name="StateRuntime" FullName="System.Web.SessionState.StateRuntime">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public sealed class StateRuntime : System.Web.SessionState.IStateRuntime" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>System.Web</AssemblyName>
|
|
<AssemblyPublicKey>
|
|
</AssemblyPublicKey>
|
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
|
<Base>
|
|
<BaseTypeName>System.Object</BaseTypeName>
|
|
</Base>
|
|
<Interfaces>
|
|
<Interface>
|
|
<InterfaceName>System.Web.SessionState.IStateRuntime</InterfaceName>
|
|
</Interface>
|
|
</Interfaces>
|
|
<Docs>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>ASP.NET supports the option of managing session state out-of-process using a Windows service called the ASP.NET state service. The <see cref="T:System.Web.SessionState.StateRuntime" /> class is used by unmanaged code in this service to manage session data. This class supports the .NET Framework infrastructure implementation of the ASP.NET state service and is not intended be used directly from your code.</para>
|
|
<para>The ASP.NET state service is not the default method of ASP.NET session-state management; ASP.NET supports an in-process management of session state by default. It also supports a second out-of-process option that manages session state in a Microsoft SQL Server database and enables custom session-state management solutions. For more information about session-state storage options, see <format type="text/html"><a href="0bb0a3a3-650f-4c47-a0c5-b08b9b591bb4">Session-State Modes</a></format>.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Manages session data stored in the ASP.NET state service. This class cannot be inherited.</para>
|
|
</summary>
|
|
</Docs>
|
|
<Members>
|
|
<Member MemberName=".ctor">
|
|
<MemberSignature Language="C#" Value="public StateRuntime ();" />
|
|
<MemberType>Constructor</MemberType>
|
|
<ReturnValue />
|
|
<Parameters />
|
|
<Docs>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>This member supports the .NET Framework infrastructure implementation of the ASP.NET state service and is not intended be used directly from your code. For more information about session-state storage options, see <format type="text/html"><a href="0bb0a3a3-650f-4c47-a0c5-b08b9b591bb4">Session-State Modes</a></format>.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Initializes a new instance of the <see cref="T:System.Web.SessionState.StateRuntime" /> class.</para>
|
|
</summary>
|
|
</Docs>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
</Member>
|
|
<Member MemberName="ProcessRequest">
|
|
<MemberSignature Language="C#" Value="public void ProcessRequest (IntPtr tracker, int verb, string uri, int exclusive, int timeout, int lockCookieExists, int lockCookie, int contentLength, IntPtr content);" />
|
|
<MemberType>Method</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
<Parameter Name="tracker" Type="System.IntPtr" />
|
|
<Parameter Name="verb" Type="System.Int32" />
|
|
<Parameter Name="uri" Type="System.String" />
|
|
<Parameter Name="exclusive" Type="System.Int32" />
|
|
<Parameter Name="timeout" Type="System.Int32" />
|
|
<Parameter Name="lockCookieExists" Type="System.Int32" />
|
|
<Parameter Name="lockCookie" Type="System.Int32" />
|
|
<Parameter Name="contentLength" Type="System.Int32" />
|
|
<Parameter Name="content" Type="System.IntPtr" />
|
|
</Parameters>
|
|
<Docs>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>ASP.NET supports the option of managing session state out-of-process using a Windows service called the ASP.NET state service. The <see cref="M:System.Web.SessionState.StateRuntime.ProcessRequest(System.IntPtr,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr)" /> method is used by unmanaged code in this service to manage the session data.</para>
|
|
<para>This member supports the .NET Framework infrastructure implementation of the ASP.NET state service and is not intended be used directly from your code. For more information about session-state storage options, see <format type="text/html"><a href="0bb0a3a3-650f-4c47-a0c5-b08b9b591bb4">Session-State Modes</a></format>.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Used by the ASP.NET state server to process session data.</para>
|
|
</summary>
|
|
<param name="tracker">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.IntPtr" /> pointer to an object stored in the unmanaged ASP.NET state server.</param>
|
|
<param name="verb">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />The action to take on the object.</param>
|
|
<param name="uri">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />An identifier for the session.</param>
|
|
<param name="exclusive">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />The type of access to objects in the store.</param>
|
|
<param name="timeout">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />The number of minutes the session data is stored.</param>
|
|
<param name="lockCookieExists">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />A value that indicates whether the lock cookie exists in the original request from the ASP.NET Web server to the ASP.NET state server.</param>
|
|
<param name="lockCookie">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />The owner of the lock on the session state.</param>
|
|
<param name="contentLength">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />The length, in bytes, of the data stored for the session.</param>
|
|
<param name="content">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.IntPtr" /> pointer to the content stored for the session in the unmanaged ASP.NET state server.</param>
|
|
</Docs>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
</Member>
|
|
<Member MemberName="ProcessRequest">
|
|
<MemberSignature Language="C#" Value="public void ProcessRequest (IntPtr tracker, int verb, string uri, int exclusive, int extraFlags, int timeout, int lockCookieExists, int lockCookie, int contentLength, IntPtr content);" />
|
|
<MemberType>Method</MemberType>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
<Parameter Name="tracker" Type="System.IntPtr" />
|
|
<Parameter Name="verb" Type="System.Int32" />
|
|
<Parameter Name="uri" Type="System.String" />
|
|
<Parameter Name="exclusive" Type="System.Int32" />
|
|
<Parameter Name="extraFlags" Type="System.Int32" />
|
|
<Parameter Name="timeout" Type="System.Int32" />
|
|
<Parameter Name="lockCookieExists" Type="System.Int32" />
|
|
<Parameter Name="lockCookie" Type="System.Int32" />
|
|
<Parameter Name="contentLength" Type="System.Int32" />
|
|
<Parameter Name="content" Type="System.IntPtr" />
|
|
</Parameters>
|
|
<Docs>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>ASP.NET supports the option of managing session state out-of-process using a Windows service called the ASP.NET state service. The <see cref="M:System.Web.SessionState.StateRuntime.ProcessRequest(System.IntPtr,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr)" /> method is used by unmanaged code in this service to manage the session data.</para>
|
|
<para>This member supports the .NET Framework infrastructure implementation of the ASP.NET state service and is not intended be used directly from your code. For more information about session-state storage options, see <format type="text/html"><a href="0bb0a3a3-650f-4c47-a0c5-b08b9b591bb4">Session-State Modes</a></format>.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Used by the ASP.NET state server to process session data.</para>
|
|
</summary>
|
|
<param name="tracker">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.IntPtr" /> pointer to an object stored in the unmanaged ASP.NET state server.</param>
|
|
<param name="verb">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />The action to take on the object.</param>
|
|
<param name="uri">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />An identifier for the session.</param>
|
|
<param name="exclusive">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />The type of access to objects in the store.</param>
|
|
<param name="extraFlags">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />A value that indicates whether the current session is an uninitialized, cookieless session.</param>
|
|
<param name="timeout">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />The number of minutes the session data is stored.</param>
|
|
<param name="lockCookieExists">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />A value that indicates whether the lock cookie exists in the original request from the ASP.NET Web server to the ASP.NET state server.</param>
|
|
<param name="lockCookie">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />The owner of the lock on the session state.</param>
|
|
<param name="contentLength">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />The length, in bytes, of the data stored for the session.</param>
|
|
<param name="content">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.IntPtr" /> pointer to the content stored for the session in the unmanaged ASP.NET state server.</param>
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="StopProcessing">
|
|
<MemberSignature Language="C#" Value="public void StopProcessing ();" />
|
|
<MemberType>Method</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters />
|
|
<Docs>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>ASP.NET supports the option of managing session state out-of-process using a Windows service called the ASP.NET state service. The <see cref="M:System.Web.SessionState.StateRuntime.StopProcessing" /> method is used by unmanaged code in this service to stop processing the session data. This member is provided to support the .NET Framework infrastructure implementation of the ASP.NET state service and is not intended be used directly from your code. For more information about session state storage options, see <format type="text/html"><a href="0bb0a3a3-650f-4c47-a0c5-b08b9b591bb4">Session-State Modes</a></format>.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Stops the processing of session data stored in the ASP.NET state server.</para>
|
|
</summary>
|
|
</Docs>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
</Member>
|
|
</Members>
|
|
</Type> |