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

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

Protected Properties

Свойство Type Description
WrappedMessage IMessage

Méthodes publiques

Méthode Description
InternalMessageWrapper ( IMessage msg ) : System

Private Methods

Méthode Description
GetIdentityObject ( ) : Object
GetServerIdentityObject ( ) : Object

Method Details

InternalMessageWrapper() public méthode

public InternalMessageWrapper ( IMessage msg ) : System
msg IMessage
Résultat System

Property Details

WrappedMessage protected_oe property

protected IMessage WrappedMessage
Résultat IMessage