System.Runtime.Remoting.Messaging.LogicalCallContext Members

The members of System.Runtime.Remoting.Messaging.LogicalCallContext are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
HasInfobool.

Gets a value indicating whether the current System.Runtime.Remoting.Messaging.LogicalCallContext contains information.

Public Methods

Clone() : object

Creates a new object that is a copy of the current instance.

FreeNamedDataSlot(string)

Empties a data slot with the specified name.

GetData(string) : object

Retrieves an object associated with the specified name from the current instance.

GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)

Populates a specified System.Runtime.Serialization.SerializationInfo with the data needed to serialize the current System.Runtime.Remoting.Messaging.LogicalCallContext.

SetData(string, object)

Stores the specified object in the current instance, and associates it with the specified name.