代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/213147/4929143
cpp lsocket.cpp
// ------------------------------------------------
// File : lsocket.cpp
// Date: 4-apr-2002
// Author: giles
// Desc:
// Linux version of ClientSocket. Handles the nitty gritty of actually
// rea
www.eeworm.com/read/213147/4929476
svn-base xsocket.cpp.svn-base
// ------------------------------------------------
// File : lsocket.cpp
// Date: 4-apr-2002
// Author: giles
// Desc:
// Linux version of ClientSocket. Handles the nitty gritty of actually
// rea
www.eeworm.com/read/213147/4929480
cpp xsocket.cpp
// ------------------------------------------------
// File : lsocket.cpp
// Date: 4-apr-2002
// Author: giles
// Desc:
// Linux version of ClientSocket. Handles the nitty gritty of actually
// rea
www.eeworm.com/read/213147/4929498
cpp wsocket.cpp
// ------------------------------------------------
// File : wsocket.cpp
// Date: 4-apr-2002
// Author: giles
// Desc:
// Windows version of ClientSocket. Handles the nitty gritty of actually
// r
www.eeworm.com/read/213147/4929510
svn-base wsocket.cpp.svn-base
// ------------------------------------------------
// File : wsocket.cpp
// Date: 4-apr-2002
// Author: giles
// Desc:
// Windows version of ClientSocket. Handles the nitty gritty of actually
// r
www.eeworm.com/read/213147/4929527
svn-base lsocket.cpp.svn-base
// ------------------------------------------------
// File : lsocket.cpp
// Date: 4-apr-2002
// Author: giles
// Desc:
// Linux version of ClientSocket. Handles the nitty gritty of actually
// rea
www.eeworm.com/read/213147/4929531
cpp lsocket.cpp
// ------------------------------------------------
// File : lsocket.cpp
// Date: 4-apr-2002
// Author: giles
// Desc:
// Linux version of ClientSocket. Handles the nitty gritty of actually
// rea
www.eeworm.com/read/431752/8655992
h nwclientconnect.h
#pragma once
#include "CMySocket.h"
#include "MySocket.h"
class CIOBuffer;
typedef class NWClientConnect
{
public:
NWClientConnect(void);
NWClientConnect(SOCKET ClientSocket,CSockAddr *
www.eeworm.com/read/362330/10003682
pas uwinsocket.pas
unit uWinSocket;
interface
uses
Windows, Sysutils, WinSock2, uException, uWin32Const;
type
TWinSocket = class
protected
FSockAddr: TSockAddrIn;
clientSocket: TSocket;
www.eeworm.com/read/233955/4663231
cpp socket.cpp
// ------------------------------------------------
// File : socket.cpp
// Date: 4-apr-2002
// Author: giles
// Desc:
// ClientSocket is a generic socket interface, Non OS/HW dependant.
//
// (c)