Table of Contents

Interface IRequestMessage<TReq, TRes>

Namespace
Xabbo.Messages
Assembly
Xabbo.Common.dll

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