Click or drag to resize

SessionInfo Class

Contains information about Server Message Block (SMB) shares. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Alphaleonis.Win32.NetworkSessionInfo

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
[SerializableAttribute]
public sealed class SessionInfo

The SessionInfo type exposes the following members.

Properties
  NameDescription
Public propertyActiveTime
The session active duration.
Public propertyClientType
The type of client that established the session. Sessions from LAN Manager servers running UNIX also will appear as LAN Manager 2.0.
Public propertyEncryptedSession
A value that describes how the User established the session.
Public propertyGuestSession
A value that describes how the User established the session.
Public propertyHostName
The host name of this session information.
Public propertyIdleTime
The session idle duration.
Public propertyNetName
The Computer name or IP address that established the session.
Public propertyOpenedResources
The number of files, devices, and pipes opened during the session.
Public propertySessionLevel
The structure level for the SessionInfo instance.
Public propertyTransportType
The name of the transport that the client is using to communicate with the server.
Public propertyUserName
The name of the User who established the session.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it 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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the host name of this session information.
(Overrides ObjectToString.)
Top
See Also