C# 클래스 Simple.Services.Remoting.RemotingClientProvider

상속: RemotingBaseProvider, IServiceClientProvider
파일 보기 프로젝트 열기: juanplopes/simple 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Type type ) : object
ProxyObject ( object obj, Type type, IInterceptor intercept ) : object

보호된 메소드들

메소드 설명
OnClearConfig ( ) : void
OnConfig ( RemotingConfig config ) : void

메소드 상세

Create() 공개 메소드

public Create ( Type type ) : object
type System.Type
리턴 object

OnClearConfig() 보호된 메소드

protected OnClearConfig ( ) : void
리턴 void

OnConfig() 보호된 메소드

protected OnConfig ( RemotingConfig config ) : void
config RemotingConfig
리턴 void

ProxyObject() 공개 메소드

public ProxyObject ( object obj, Type type, IInterceptor intercept ) : object
obj object
type System.Type
intercept IInterceptor
리턴 object