- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for SMB2_LOGOFF (0.04 seconds)
-
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()); }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.4K bytes - Click Count (0)