Exemplo n.º 1
0
        public static NORESPONSE DeserializeLengthDelimited(Stream stream)
        {
            NORESPONSE noresponse = new NORESPONSE();

            NORESPONSE.DeserializeLengthDelimited(stream, noresponse);
            return(noresponse);
        }
Exemplo n.º 2
0
        public static NORESPONSE DeserializeLengthDelimited(Stream stream)
        {
            NORESPONSE nORESPONSE = new NORESPONSE();

            NORESPONSE.DeserializeLengthDelimited(stream, nORESPONSE);
            return(nORESPONSE);
        }