C# 클래스 CodeSharp.Core.Castles.Test.RemotingTest.CustomProxy

상속: System.Runtime.Remoting.Proxies.RealProxy
파일 보기 프로젝트 열기: codesharp/infrastructure

공개 메소드들

메소드 설명
CustomProxy ( Type type, string url ) : System
Invoke ( IMessage msg ) : IMessage

비공개 메소드들

메소드 설명
DumpArray ( object data ) : void
DumpMessage ( IMessage msg ) : void

메소드 상세

CustomProxy() 공개 메소드

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

Invoke() 공개 메소드

public Invoke ( IMessage msg ) : IMessage
msg IMessage
리턴 IMessage