Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getWorkstation (0.1 sec)

  1. src/main/java/jcifs/smb1/ntlmssp/Type3Message.java

         *
         * @return A <code>String</code> containing the workstation.
         */
        public String getWorkstation() {
            return workstation;
        }
    
        /**
         * Sets the workstation for this message.
         *
         * @param workstation The workstation.
         */
        public void setWorkstation(String workstation) {
            this.workstation = workstation;
        }
    
        /**
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 22.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/ntlmssp/Type3Message.java

         * @return A <code>String</code> containing the workstation.
         */
        public String getWorkstation () {
            return this.workstation;
        }
    
    
        /**
         * Sets the workstation for this message.
         *
         * @param workstation
         *            The workstation.
         */
        public void setWorkstation ( String workstation ) {
            this.workstation = workstation;
        }
    
    
        /**
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Tue Jul 07 12:07:20 UTC 2020
    - 30.6K bytes
    - Viewed (0)
Back to top