C# Class TSystems.RELOAD.Transport.FetchAns

The response to a successful Fetch request is a FetchAns message containing the data requested by the requester. The FetchAns structure contains a series of FetchKindResponse structures. There MUST be one FetchKindResponse element for each Kind-ID in the request.
Inheritance: RELOAD_MessageBody
Mostra file Open project: RELOAD-NET/RELOAD.NET

Public Methods

Method Description
Dump ( BinaryWriter writer ) : uint
FetchAns ( List kind_responses, UsageManager manager ) : System
FetchAns ( UsageManager manager ) : System
FromReader ( ReloadMessage rm, BinaryReader reader, long reload_msg_size ) : RELOAD_MessageBody

Method Details

Dump() public method

public Dump ( BinaryWriter writer ) : uint
writer System.IO.BinaryWriter
return uint

FetchAns() public method

public FetchAns ( List kind_responses, UsageManager manager ) : System
kind_responses List
manager TSystems.RELOAD.Usage.UsageManager
return System

FetchAns() public method

public FetchAns ( UsageManager manager ) : System
manager TSystems.RELOAD.Usage.UsageManager
return System

FromReader() public method

public FromReader ( ReloadMessage rm, BinaryReader reader, long reload_msg_size ) : RELOAD_MessageBody
rm ReloadMessage
reader System.IO.BinaryReader
reload_msg_size long
return RELOAD_MessageBody