Пример #1
0
 internal GiopHeader(CdrInputStreamImpl stream) : this(stream.ReadOpaque(12))
 {
     stream.ConfigStream(m_flags, m_version);
     stream.SetMaxLength(m_msgLength);
 }
Пример #2
0
 internal GiopHeader(CdrInputStreamImpl stream) : this(stream.ReadOpaque(12)) {            
     stream.ConfigStream(m_flags, m_version);
     stream.SetMaxLength(m_msgLength);
 }