Click or drag to resize
SessionData Class
This object holds Session information as a set of four easily-marshalled byte arrays. It is serializable, which enables cross-process transfer of this data (as in a drag/drop operation). (Internally, data is serialized as if it were being stored in a SAZ file)
Inheritance Hierarchy
SystemObject
  FiddlerSessionData

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
[SerializableAttribute]
public class SessionData : ISerializable

The SessionData type exposes the following members.

Constructors
  NameDescription
Public methodSessionData(Session)
Create a SessionData object. Note: Method must run as cheaply as possible, since it runs on all Drag/Dropped sessions within Fiddler itself.
Public methodSessionData(SerializationInfo, StreamingContext)
Initializes a new instance of the SessionData class
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 methodGetObjectData
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 a string that represents the current object.
(Inherited from Object.)
Top
Fields
See Also