Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SMB2_LOGOFF (0.04 sec)

  1. src/main/java/jcifs/internal/smb2/session/Smb2LogoffRequest.java

         * Constructs an SMB2 logoff request with the given configuration.
         *
         * @param config the configuration for this request
         */
        public Smb2LogoffRequest(final Configuration config) {
            super(config, SMB2_LOGOFF);
        }
    
        @Override
        protected Smb2LogoffResponse createResponse(final CIFSContext tc, final ServerMessageBlock2Request<Smb2LogoffResponse> req) {
            return new Smb2LogoffResponse(tc.getConfig());
        }
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2.4K bytes
    - Viewed (0)
Back to top