C# 클래스 Halibut.ServiceModel.HalibutProxy

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

공개 메소드들

메소드 설명
HalibutProxy ( ResponseMessage>.Func messageRouter, Type contractType, ServiceEndPoint endPoint ) : System
Invoke ( IMessage msg ) : IMessage

비공개 메소드들

메소드 설명
CreateRequest ( IMethodMessage methodCall ) : RequestMessage
DispatchRequest ( RequestMessage requestMessage ) : Halibut.Transport.Protocol.ResponseMessage
EnsureNotError ( Halibut.Transport.Protocol.ResponseMessage responseMessage ) : void

메소드 상세

HalibutProxy() 공개 메소드

public HalibutProxy ( ResponseMessage>.Func messageRouter, Type contractType, ServiceEndPoint endPoint ) : System
messageRouter ResponseMessage>.Func
contractType System.Type
endPoint ServiceEndPoint
리턴 System

Invoke() 공개 메소드

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