Interface IRequestMessage<TReq, TRes>
Represents a request message with an associated response message.
public interface IRequestMessage<TReq, TRes> : IRequestMessage<TReq, TRes, TRes>, IMessage<TReq>, IMessage, IParserComposer<TReq>, IComposer, IParser<TReq>, IRequestFor<TRes>, IResponseData<TRes, TRes> where TReq : IMessage<TReq> where TRes : IMessage<TRes>Type Parameters
- TReq
- The type of the request message. 
- TRes
- The type of the response message. 
- Inherited Members