代码搜索:ClientSocket

找到约 1,840 项符合「ClientSocket」的源代码

代码结果 1,840
www.eeworm.com/read/310673/3693697

h clientsocket.h

#if !defined(AFX_CLIENTSOCKET_H__FCFEFF81_8EEA_4A70_AC87_3DDD2858A6BF__INCLUDED_) #define AFX_CLIENTSOCKET_H__FCFEFF81_8EEA_4A70_AC87_3DDD2858A6BF__INCLUDED_ #if _MSC_VER > 1000 #pragma once #en
www.eeworm.com/read/310673/3693709

cpp clientsocket.cpp

// ClientSocket.cpp : implementation file // #include "stdafx.h" #include "ChatRoomServer.h" #include "ClientSocket.h" #include "ClientSocketList.h" #ifdef _DEBUG #define new DEBUG_NEW #unde
www.eeworm.com/read/310673/3693714

h clientsocket.h

#if !defined(AFX_CLIENTSOCKET_H__5B707F31_3AD5_4F47_B58E_ECFC99EB60F0__INCLUDED_) #define AFX_CLIENTSOCKET_H__5B707F31_3AD5_4F47_B58E_ECFC99EB60F0__INCLUDED_ #if _MSC_VER > 1000 #pragma once #en
www.eeworm.com/read/307226/3726670

java clientsocket.java

package fileTransfer; import java.net.*; import java.io.*; public class ClientSocket { private String ip; private int port; private Socket socket = null; DataOutputStream out = null;
www.eeworm.com/read/304811/3784758

cpp clientsocket.cpp

// ClientSocket.cpp : implementation file // #include "stdafx.h" #include "ChatRoom.h" #include "ClientSocket.h" #include "ChatRoomDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE
www.eeworm.com/read/304811/3784761

h clientsocket.h

#if !defined(AFX_CLIENTSOCKET_H__0B50176B_81CB_4D3B_9117_AD6DB43D607F__INCLUDED_) #define AFX_CLIENTSOCKET_H__0B50176B_81CB_4D3B_9117_AD6DB43D607F__INCLUDED_ #if _MSC_VER > 1000 #pragma once #en
www.eeworm.com/read/304811/3784772

cpp clientsocket.cpp

// ClientSocket.cpp : implementation file // #include "stdafx.h" #include "ChatRoomServer.h" #include "ClientSocket.h" #include "ClientSocketList.h" //add #include "ChatRoomServerDlg.h" //add
www.eeworm.com/read/304811/3784778

h clientsocket.h

#if !defined(AFX_CLIENTSOCKET_H__8FD03173_FE1E_494D_856D_D1FE510ED905__INCLUDED_) #define AFX_CLIENTSOCKET_H__8FD03173_FE1E_494D_856D_D1FE510ED905__INCLUDED_ #if _MSC_VER > 1000 #pragma once #en
www.eeworm.com/read/303227/3814437

cs clientsocket.cs

/* NotifyCommand enum -- List of socket notification commands. ClientSocket class -- Connects and sends data over TCP sockets. Uses async sockets so a delegate method is called wh
www.eeworm.com/read/295117/3912424

c clientsocket.c

/* vi: set sw=4 ts=4: */ /* * clientsocket.c -- DHCP client socket creation * * udhcp client * * Russ Dill July 2001 * * This program is free software; you can redistribute