case MsgType_1_1._Request:
switch (giopVersion)
{
case GiopVersion.VERSION_1_0:
{
RequestHeader_1_0 req10 = RequestHeader_1_0Helper.read(this);
RequestHeader_1_2 req12 = new RequestHeader_1_2();
req12.service_context = req10.service_context;
req12.request_id = req10.request_id;
req12.response_flags = (byte)(req10.response_expected ? 3 : 0);
req12.operation = req10.operation;