System.Runtime.Remoting.Messaging.LogicalCallContext: Method Members

The methods of System.Runtime.Remoting.Messaging.LogicalCallContext are listed below. For a list of all members, see the LogicalCallContext Members list.

See Also: Inherited members from System.Object

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.