Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The Session type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Session |
Initializes the session.
|
Methods
| Name | Description | |
|---|---|---|
| Activate |
Activates the session and binds it to the current secure channel.
| |
| Close |
Closes a session and removes itself from the address space.
| |
| Dispose()()()() |
Frees any unmanaged resources.
| |
| Dispose(Boolean) |
An overrideable version of the Dispose.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
The finializer implementation.
(Overrides Object..::..Finalize()()()().) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsSecureChannelValid |
Checks if the secure channel is currently valid.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RestoreContinuationPoint |
Restores a continuation point for a session.
| |
| RestoreHistoryContinuationPoint |
Restores a previously saves history continuation point.
| |
| SaveContinuationPoint |
Saves a continuation point for a session.
| |
| SaveHistoryContinuationPoint |
Saves a continuation point used for historical reads.
| |
| ToString | (Inherited from Object.) | |
| UpdateLocaleIds |
Updates the requested locale ids.
| |
| ValidateBeforeActivate |
Activates the session and binds it to the current secure channel.
| |
| ValidateRequest |
Validates the request.
|
Properties
| Name | Description | |
|---|---|---|
| Activated |
Whether the session has been activated.
| |
| ClientCertificate |
The application instance certificate associated with the client.
| |
| DiagnosticsLock |
A lock which must be acquired before accessing the diagnostics.
| |
| EffectiveIdentity |
The application defined mapping for user identity provided by the client.
| |
| HasExpired |
Whether the session timeout has elapsed since the last communication from the client.
| |
| Id |
The identifier assigned to the session when it was created.
| |
| Identity |
The user identity provided by the client.
| |
| IdentityToken |
The user identity token provided by the client.
| |
| PreferredLocales |
The locales requested when the session was created.
| |
| SessionDiagnostics |
The diagnostics associated with the session.
|