C# Class FluorineFx.Messaging.Messages.RemotingMessage

Inheritance: MessageBase
ファイルを表示 Open project: jdecuyper/FluorineFx Class Usage Examples

Public Methods

Method Description
RemotingMessage ( ) : System

Initializes a new instance of the RemotingMessage class.

Protected Methods

Method Description
CopyImpl ( MessageBase clone ) : MessageBase
ToStringFields ( int indentLevel ) : string

Returns a string that represents the current RemotingMessage object fields.

Method Details

CopyImpl() protected method

protected CopyImpl ( MessageBase clone ) : MessageBase
clone MessageBase
return MessageBase

RemotingMessage() public method

Initializes a new instance of the RemotingMessage class.
public RemotingMessage ( ) : System
return System

ToStringFields() protected method

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.
return string