代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/149423/12378731
pdb proxy.pdb
www.eeworm.com/read/149423/12378732
exe proxy.exe
www.eeworm.com/read/149423/12378736
projdata proxy.projdata
www.eeworm.com/read/149423/12378751
pdb proxy.pdb
www.eeworm.com/read/149423/12378753
exe proxy.exe
www.eeworm.com/read/149423/12378765
sln proxy.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Proxy", "Proxy.csproj", "{E37BDA11-1752-440D-ABD9-734C5F2773D9}"
EndProject
Global
www.eeworm.com/read/250756/12385839
c proxy.c
/*
* Network proxy abstraction in PuTTY
*
* A proxy layer, if necessary, wedges itself between the network
* code and the higher level backend.
*/
#include
#include
www.eeworm.com/read/250756/12386659
h proxy.h
/*
* Network proxy abstraction in PuTTY
*
* A proxy layer, if necessary, wedges itself between the
* network code and the higher level backend.
*
* Supported proxies: HTTP CONNECT, generic
www.eeworm.com/read/336776/12415422
java proxy.java
package designPatterns.Proxy;
import java.util.LinkedList;
import designPatterns.Data;
public abstract class Proxy {
/*
* Shared data
*/
protected Data data;
// Clients list
protected