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

Inheritance: System.Runtime.Remoting.Proxies.RealProxy
ファイルを表示 Open project: codesharp/infrastructure

Public Methods

Method Description
CustomProxy ( Type type, string url ) : System
Invoke ( IMessage msg ) : IMessage

Private Methods

Method Description
DumpArray ( object data ) : void
DumpMessage ( IMessage msg ) : void

Method Details

CustomProxy() public method

public CustomProxy ( Type type, string url ) : System
type System.Type
url string
return System

Invoke() public method

public Invoke ( IMessage msg ) : IMessage
msg IMessage
return IMessage