public void xdrDecode(XdrDecodingStream xdr)
 {
     bctsr_status = xdr.xdrDecodeInt();
     switch (bctsr_status)
     {
         case nfsstat4.NFS4_OK:
             bctsr_resok4 = new BIND_CONN_TO_SESSION4resok(xdr);
             break;
         default:
             break;
     }
 }
        public void xdrDecode(XdrDecodingStream xdr)
        {
            bctsr_status = xdr.xdrDecodeInt();
            switch (bctsr_status)
            {
            case nfsstat4.NFS4_OK:
                bctsr_resok4 = new BIND_CONN_TO_SESSION4resok(xdr);
                break;

            default:
                break;
            }
        }