C# Class CodeSharp.Core.Castles.Test.RemotingTest.CustomProxy

Inheritance: System.Runtime.Remoting.Proxies.RealProxy
Afficher le fichier Open project: codesharp/infrastructure

Méthodes publiques

Méthode Description
CustomProxy ( Type type, string url ) : System
Invoke ( IMessage msg ) : IMessage

Private Methods

Méthode Description
DumpArray ( object data ) : void
DumpMessage ( IMessage msg ) : void

Method Details

CustomProxy() public méthode

public CustomProxy ( Type type, string url ) : System
type System.Type
url string
Résultat System

Invoke() public méthode

public Invoke ( IMessage msg ) : IMessage
msg IMessage
Résultat IMessage