Click or drag to resize
NetworkSession Methods

The NetworkSession type exposes the following members.

Methods
  NameDescription
Public methodCheckinSession
Checks a Network Floating session back in.
Public methodCheckinSession(XmlNetworkFloatingService)
Checks a Network Floating session back in.
Public methodCheckoutSession(Decimal)
Requests a session check-out for a given duration of time to enable offline use.
Public methodCheckoutSession(Decimal, XmlNetworkFloatingService)
Requests a session check-out for a given duration of time to enable offline use.
Public methodClearSession
Abandons the current session, clears the current session data, unlocks the certificate, deletes the certificate file if present.
Public methodCloseSession
Closes a Network Floating Session.
Public methodCloseSession(XmlNetworkFloatingService)
Closes a Network Floating Session.
Public methodDeleteCertificate
Unlocks and deletes the certificate file.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeCurrentIdentifiers
Initializes the CurrentIdentifiers property with data using the algorithms specified in the IdentifierAlgorithms property.
Public methodLockCertificate
Locks the certificate file to the process.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpenSession(Int32, String)
Opens a Network Floating Session.
Public methodOpenSession(Int32, String, XmlNetworkFloatingService)
Opens a Network Floating Session.
Public methodOpenSession(Int32, String, String, XmlNetworkFloatingService)
Opens a Network Floating Session.
Public methodPollSession
Polls SOLO Server to validate and maintain the status of the Network Floating Session.
Public methodPollSession(XmlNetworkFloatingService)
Polls SOLO Server to validate and maintain the status of the Network Floating Session.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUnlockCertificate
Unlocks the certificate file.
Top
See Also