SessionParameter Constructor
.NET Framework 2.0
Initializes a new instance of the SessionParameter class.
| Name | Description |
|---|---|
| SessionParameter () | Initializes a new unnamed instance of the SessionParameter class. |
| SessionParameter (SessionParameter) | Initializes a new instance of the SessionParameter class with the values of the instance specified by the original parameter. |
| SessionParameter (String, String) | Initializes a new named instance of the SessionParameter class, using the specified string to identify which HTTP cookie to bind to. |
| SessionParameter (String, TypeCode, String) | Initializes a new named and strongly typed instance of the SessionParameter class, using the specified string to identify which HTTP cookie to bind to. |
Community Additions
ADD
Show: