C# 클래스 EasyRpc.RemoteInvoke.RemoteInvokeTransport

传输对象
파일 보기 프로젝트 열기: zhongzepeng/EasyRpc

공개 메소드들

메소드 설명
CreateRequest ( EasyRpc.RemoteInvoke.RemoteInvokeRequest request ) : RemoteInvokeTransport
CreateResponse ( Guid id, EasyRpc.RemoteInvoke.RemoteInvokeResponse response ) : RemoteInvokeTransport

메소드 상세

CreateRequest() 공개 정적인 메소드

public static CreateRequest ( EasyRpc.RemoteInvoke.RemoteInvokeRequest request ) : RemoteInvokeTransport
request EasyRpc.RemoteInvoke.RemoteInvokeRequest
리턴 RemoteInvokeTransport

CreateResponse() 공개 정적인 메소드

public static CreateResponse ( Guid id, EasyRpc.RemoteInvoke.RemoteInvokeResponse response ) : RemoteInvokeTransport
id Guid
response EasyRpc.RemoteInvoke.RemoteInvokeResponse
리턴 RemoteInvokeTransport