C# Class FluorineFx.Messaging.Messages.RemotingMessage

Inheritance: MessageBase
Afficher le fichier Open project: jdecuyper/FluorineFx Class Usage Examples

Méthodes publiques

Méthode Description
RemotingMessage ( ) : System

Initializes a new instance of the RemotingMessage class.

Méthodes protégées

Méthode Description
CopyImpl ( MessageBase clone ) : MessageBase
ToStringFields ( int indentLevel ) : string

Returns a string that represents the current RemotingMessage object fields.

Method Details

CopyImpl() protected méthode

protected CopyImpl ( MessageBase clone ) : MessageBase
clone MessageBase
Résultat MessageBase

RemotingMessage() public méthode

Initializes a new instance of the RemotingMessage class.
public RemotingMessage ( ) : System
Résultat System

ToStringFields() protected méthode

Returns a string that represents the current RemotingMessage object fields.
protected ToStringFields ( int indentLevel ) : string
indentLevel int The indentation level used for tracing the message members.
Résultat string