- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for NameQueryRequest (0.07 sec)
-
src/main/java/jcifs/smb1/netbios/NameQueryRequest.java
* License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.smb1.netbios; class NameQueryRequest extends NameServicePacket { NameQueryRequest( Name name ) { questionName = name; questionType = NB; } int writeBodyWireFormat( byte[] dst, int dstIndex ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 1.5K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NameQueryRequest.java
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.netbios; import jcifs.Configuration; class NameQueryRequest extends NameServicePacket { NameQueryRequest ( Configuration config, Name name ) { super(config); this.questionName = name; this.questionType = NB; } @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 1.7K bytes - Viewed (0)