ChannelResponseLog 생성자
소스 보기ChannelResponseLog(IChannel, IResponse, byte[], ChannelRequestLog)
생성자
선언
public ChannelResponseLog(IChannel channel, IResponse response, byte[] rawMessage, ChannelRequestLog requestLog)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
IChannel | channel | 통신 채널 |
IResponse | response | 응답 메시지 인스턴스 |
byte[] | rawMessage | 원본 메시지 |
ChannelRequestLog | requestLog | 관련 요청 메시지에 대한 Log |