- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getLeaseV2Context (1.91 sec)
-
src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java
return null; } /** * Get the lease V2 context response if present * @return the lease V2 context or null if not present */ public LeaseV2CreateContextResponse getLeaseV2Context() { if (this.createContexts != null) { for (CreateContextResponse ctx : this.createContexts) { if (ctx instanceof LeaseV2CreateContextResponse) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 15.4K bytes - Viewed (0)