代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/204424/5032380
java~2~ myclient.java~2~
import java.awt.*;
import java.awt.event.*;
import java.net.*;
import java.io.*;
public class MyClient extends Frame implements ActionListener
{
Socket ClientSocket;
www.eeworm.com/read/204424/5032381
java~1~ myclient.java~1~
import java.awt.*;
import java.awt.event.*;
import java.net.*;
import java.io.*;
public class MyClient extends Frame implements ActionListener
{
Socket ClientSocket;
www.eeworm.com/read/349556/3143679
c checkhttp.c
#include "checkHttp.h"
#include "reportToConsole.h"
/*this file must all modifye TODO:*/
int ClientSocket[MaxHttpUrl];
long long sendPacket[MaxHttpUrl];
long long recvPacket[MaxHttpUrl];
char protoco
www.eeworm.com/read/328648/3440722
java server.java
package org.acerge.message.support;
import java.io.*;
import java.net.*;
public class Server extends Thread{
ServerSocket serverSocket = null;
Socket clientSocket = null;
DataOutputStream
www.eeworm.com/read/310041/3699652
java server.java
package org.acerge.message.support;
import java.io.*;
import java.net.*;
public class Server extends Thread{
ServerSocket serverSocket = null;
Socket clientSocket = null;
DataOutputStream
www.eeworm.com/read/382791/2625364
cpp telnetmfcdoc.cpp
// TelnetmfcDoc.cpp : implementation of the CTelnetmfcDoc class
//
#include "stdafx.h"
#include "Telnetmfc.h"
#include "TelnetmfcDoc.h"
#include "ClientSocket.h"
#include "TelnetmfcView.h"
www.eeworm.com/read/372339/2775043
java server.java
package org.acerge.message.support;
import java.io.*;
import java.net.*;
public class Server extends Thread{
ServerSocket serverSocket = null;
Socket clientSocket = null;
DataOutputStream
www.eeworm.com/read/267735/4260890
cpp telnetmfcdoc.cpp
// TelnetmfcDoc.cpp : implementation of the CTelnetmfcDoc class
//
#include "stdafx.h"
#include "Telnetmfc.h"
#include "TelnetmfcDoc.h"
#include "ClientSocket.h"
#include "TelnetmfcView.h"
www.eeworm.com/read/103190/15742337
cpp chatclientdoc.cpp
// ChatClientDoc.cpp : implementation of the CChatClientDoc class
//
#include "stdafx.h"
#include "ChatClient.h"
#include "ChatClientDoc.h"
#include "CntrItem.h"
#include "ClientSocket.h"
#
www.eeworm.com/read/382954/8985701
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
{