Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for transpose (0.28 sec)

  1. src/main/java/jcifs/dcerpc/DcerpcHandle.java

            if ( url.startsWith("ncacn_np:") ) {
                return new DcerpcPipeHandle(url, tc, unshared);
            }
            throw new DcerpcException("DCERPC transport not supported: " + url);
        }
    
    
        /**
         * Bind the handle
         * 
         * @throws DcerpcException
         * @throws IOException
         */
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jun 30 10:11:57 GMT 2019
    - 12.9K bytes
    - Viewed (0)
Back to top