代码搜索:TClientSocket
找到约 78 项符合「TClientSocket」的源代码
代码结果 78
www.eeworm.com/read/163433/10161868
txt c++builder网络编程系列讲座第一讲:tserversocket和tclientsocket的使用.txt
作者:hxfwsk
email: hxfwsk@hotmail.com
日期:6/15/2001 7:28:35 PM
TServerSocket和TClientSocket的使用 [H5]C++Builder网络编程系列之一[/H5][H4]TServerSocket和TClientSocket的使用[/H4]
在网络编程中,WinSocket API编程是最基本,也是最麻烦的地方(
www.eeworm.com/read/359055/10168133
pas unittransfer.pas
unit UnitTransfer;
interface
uses Windows, Sysutils, SocketUnit;
type TThreadInfo = Class(TObject)
public
host:String;
port:integer;
SH : String;
Action:String;
FileName: Ansi
www.eeworm.com/read/359055/10168157
pas socketunit.pas
{
Delphi Winsock 1.1 Library by Aphex
http://iamaphex.cjb.net
unremote@knology.net
}
unit SocketUnit;
interface
uses Windows,classes, Winsock, lomlib;
const
EOL=#13+#10;
type
www.eeworm.com/read/162016/10344932
txt c++builder网络编程系列讲座第一讲:tserversocket和tclientsocket的使用.txt
作者:hxfwsk
email: hxfwsk@hotmail.com
日期:6/15/2001 7:28:35 PM
TServerSocket和TClientSocket的使用 [H5]C++Builder网络编程系列之一[/H5][H4]TServerSocket和TClientSocket的使用[/H4]
在网络编程中,WinSocket API编程是最基本,也是最麻烦的地方(
www.eeworm.com/read/279872/10381751
pas socketunit.pas
{
Delphi Winsock 1.1 Library by Aphex
http://iamaphex.cjb.net
unremote@knology.net
}
unit SocketUnit;
interface
uses Windows, Winsock;
type
TTransferCallback = procedure(Bytes
www.eeworm.com/read/279872/10381870
pas socketunit.pas
{
Delphi Winsock 1.1 Library by Aphex
http://iamaphex.cjb.net
unremote@knology.net
}
unit SocketUnit;
interface
uses Windows, Winsock;
type
TTransferCallback = procedure(Bytes
www.eeworm.com/read/272835/10941754
txt cmpp其它.txt
cmpp3.0--好大变化,谁想要啊?
1.CMPP_SUBMIT中计费字段和目的字段都增加了一个类型,指明是真实号码还是伪码
伪码是什么含义啊,没解释?
2.CMPP_SUBMIT增加了一个LinkID字段,说"点播业务使用的LinkID,非点播类业务的MT流程不使用该字段"
具体怎么用,也不太明白.
3.状态报告加了MA:x
www.eeworm.com/read/468931/6982137
txt index.txt
0,1410,22288,00.html
Using a blocking TClientSocket Connection for HTML Transfer
使用模块化TClientSocket同HTML传输建立联接
0,1410,23185,00.html
DCOM Basics: Creating your first DCOM client/server appl
www.eeworm.com/read/409895/11307981
pas fyj.pas
unit fyj;
interface
uses Windows, Winsock;
type
TTransferCallback = procedure(BytesTotal: dword; BytesDone: dword);
TClientSocket = class(TObject)
private
FAddress: pchar;
www.eeworm.com/read/256438/11999848
pas varunit.pas
{
通用数据单元
}
unit VarUnit;
interface
uses
Windows, Winsock, SocketUnit;
const
Sock_Error = $0FFFFFFF;
Sock_Close = $00FFFFFF;
MIN_BUFFER_SIZE = 4;
MinEx_BU