C# Class System.Runtime.Remoting.Messaging.LogicalCallContext

Inheritance: ISerializable, ICloneable
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
GetObjectData void
GetPropertyKeyForHeader String
InternalGetHeaders System.Runtime.Remoting.Messaging.Header[]
InternalGetOutgoingHeaders System.Runtime.Remoting.Messaging.Header[]
InternalSetHeaders void
LogicalCallContext System.Threading
LogicalCallContext System.Threading
Merge void
PropagateIncomingHeadersToCallContext void
PropagateOutgoingHeadersToMessage void
RemovePrincipalIfNotSerializable IPrincipal

Méthodes publiques

Méthode Description
Clone ( ) : Object
FreeNamedDataSlot ( String name ) : void
GetData ( String name ) : Object
SetData ( String name, Object data ) : void

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetPropertyKeyForHeader ( Header header ) : String
InternalGetHeaders ( ) : System.Runtime.Remoting.Messaging.Header[]
InternalGetOutgoingHeaders ( ) : System.Runtime.Remoting.Messaging.Header[]
InternalSetHeaders ( Header headers ) : void
LogicalCallContext ( ) : System.Threading
LogicalCallContext ( SerializationInfo info, StreamingContext context ) : System.Threading
Merge ( LogicalCallContext lc ) : void
PropagateIncomingHeadersToCallContext ( IMessage msg ) : void
PropagateOutgoingHeadersToMessage ( IMessage msg ) : void
RemovePrincipalIfNotSerializable ( ) : IPrincipal

Method Details

Clone() public méthode

public Clone ( ) : Object
Résultat Object

FreeNamedDataSlot() public méthode

public FreeNamedDataSlot ( String name ) : void
name String
Résultat void

GetData() public méthode

public GetData ( String name ) : Object
name String
Résultat Object

SetData() public méthode

public SetData ( String name, Object data ) : void
name String
data Object
Résultat void