Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WitnessUnregisterResponse (2.56 sec)

  1. src/main/java/jcifs/internal/witness/WitnessUnregisterResponse.java

     * Represents a witness unregistration response as defined in MS-SWN specification.
     * Contains the result of a witness unregistration request.
     */
    public class WitnessUnregisterResponse {
        /**
         * Creates a new witness unregister response.
         */
        public WitnessUnregisterResponse() {
            // Default constructor
        }
    
        private int returnCode;
        private String error;
    
        /**
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sun Aug 24 00:12:28 UTC 2025
    - 2K bytes
    - Viewed (0)
Back to top