代码搜索:TCPClient
找到约 1,238 项符合「TCPClient」的源代码
代码结果 1,238
www.eeworm.com/read/400911/11567038
cpp tcpsvrobj.cpp
// TcpSvrObj.cpp: implementation of the CTcpSvrObj class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "TcpClient_mod.h"
#include "TcpS
www.eeworm.com/read/131833/14123045
vb userconnection.vb
Option Strict On
Imports System.Net.Sockets
Imports System.Text
' The UserConnection class encapsulates the functionality of a TcpClient connection
' with streaming for a single user.
Public
www.eeworm.com/read/471785/1424159
pas scanneru.pas
unit ScannerU;
interface
uses
{$IFDEF MSWINDOWS}
Windows, Messages,
{$ENDIF}
SysUtils, Classes, HTTPApp, Sockets;
type
TWebModule1 = class(TWebModule)
TcpClient1: TTcpClie
www.eeworm.com/read/463221/1539026
makefile
BINS=
MBINS=tcpclient tcpserver vcclient vcserver
all: $(BINS) $(MBINS)
$(BINS): % : %.o
$(CC) -o $@ $<
$(MBINS): % : %.o
$(CC) -o $@ $<
clean:
-rm -f *.o $(BINS) $(MBINS)
www.eeworm.com/read/383883/8912832
h stockclient.h
#ifndef __STOCKCLIENT__H
#define __STOCKCLIENT__H
#include "tcp_client.h"
class stockClient:public TcpClient
{
protected:
int stockerrno;
int loginserverflag;
int disconnectflag;
www.eeworm.com/read/351537/10643667
cs frmremoteclient.cs
using System;
using System.Text;
using System.Drawing;
using System.Collections;
using System.Windows.Forms;
namespace TcpClientSample
{
///
/// Summary description for TcpClient
www.eeworm.com/read/211066/15187730
vb wmclient.vb
Imports System.Net.Sockets
Public Class WMClient
Public Event LatLng(ByVal ID As Integer, ByVal lat As Double, ByVal lng As Double)
Private _client As TcpClient
'---used for sendin
www.eeworm.com/read/471785/1424160
pas mainmod.pas
unit MainMod;
interface
uses
SysUtils, Classes, HTTPApp, Sockets;
type
TWebModule1 = class(TWebModule)
TcpClient1: TTcpClient;
procedure WebModule1actnScanAction(Sender: TObject;
www.eeworm.com/read/103494/6215276
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by TcpClient.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100