代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/169262/9871190
cs chatclient.cs
using System ;
using System.Net.Sockets ;
using System.IO ;
public class ClientSocket1
{
static void Main(string[] args)
{
TcpClient socketForServer ;
bool status = true ;
try
{
www.eeworm.com/read/364322/9912195
cpp myqqserver.cpp
// MyQQServer.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "MyQQServer.h"
#include "MyQQServerDlg.h"
#include "ClientSocket.h"
#ifdef _DEBUG
#defin
www.eeworm.com/read/466852/7021984
cpp myqqserver.cpp
// MyQQServer.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "MyQQServer.h"
#include "MyQQServerDlg.h"
#include "ClientSocket.h"
#ifdef _DEBUG
#defin
www.eeworm.com/read/444909/7603302
cpp chatclientdoc.cpp
// ChatClientDoc.cpp : implementation of the CChatClientDoc class
//
#include "stdafx.h"
#include "ChatClient.h"
#include "ClientSocket.h"//添加的语句
#include "ChatClientDoc.h"
#include "ChatCli
www.eeworm.com/read/325476/13202453
cs chatclient.cs
using System ;
using System.Net.Sockets ;
using System.IO ;
public class ClientSocket1
{
static void Main(string[] args)
{
TcpClient socketForServer ;
bool status = true ;
try
{
www.eeworm.com/read/250098/12434057
cpp myqqserver.cpp
// MyQQServer.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "MyQQServer.h"
#include "MyQQServerDlg.h"
#include "ClientSocket.h"
#ifdef _DEBUG
#defin
www.eeworm.com/read/9135/164485
cpp tcpchatserverdlg.cpp
// TCPChatServerDlg.cpp : implementation file
//
#include "stdafx.h"
#include "TCPChatServer.h"
#include "TCPChatServerDlg.h"
#include "ServerSocket.h"
#include "ClientSocket.h"
#include "tag
www.eeworm.com/read/9135/164501
cpp tcpchatclientdlg.cpp
// TCPChatClientDlg.cpp : implementation file
//
#include "stdafx.h"
#include "TCPChatClient.h"
#include "TCPChatClientDlg.h"
#include "ClientSocket.h"
#include "tagHeader.h"
#include "afxtem
www.eeworm.com/read/490551/1197691
java serversideconnection.java
package jsunit.java.source_core.net.jsunit;
import java.io.*;
import java.net.Socket;
public class ServerSideConnection {
private int port;
private Socket clientSocket;
private
www.eeworm.com/read/469059/1482412
rc2 client~1.rc2
//
// CLIENTSOCKET.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED