代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/250756/12385999
but man-pl.but
\cfg{man-identity}{plink}{1}{2004-03-24}{PuTTY tool suite}{PuTTY tool suite}
\H{plink-manpage} Man page for Plink
\S{plink-manpage-name} NAME
\cw{plink} \- PuTTY link, command line network co
www.eeworm.com/read/336986/12403279
cpp occixa.cpp
/*************************************************************
occixa.cpp:
This demo program explains the usage of OCCI XA interfaces.
This program creates an XA Environment, gets an XA Connection fro
www.eeworm.com/read/336986/12403311
cpp occiaqop.cpp
/*
occiaqop.cpp - Demonstrating the Advanced queueing feature in OCCI
DESCRIPTION :
This program demonstates the advanced queueing feature
in OCCI by creating a message, setting desi
www.eeworm.com/read/336986/12403316
cpp occiscp.cpp
/*
occiscp.cpp - OCCI StatelessConnectionPool with Statement Cache
DESCRIPTION :
This program demonstates the creating and using
of StatelessConnectionPool in the database with state
www.eeworm.com/read/149045/12405907
cs client.cs
using System;
using System.Net;
using System.Net.Sockets;
using System.Windows.Forms;
namespace SmartDeviceApplication5
{
public class Client:SocketBase
{
TcpClient client;
public C
www.eeworm.com/read/149045/12405917
cs client.cs
using System;
using System.Net;
using System.Net.Sockets;
namespace SocketLibrary
{
public class Client:SocketBase
{
public const int CONNECTTIMEOUT = 10;
public Client()
{
www.eeworm.com/read/149045/12405924
cs message.cs
using System;
namespace SocketLibrary
{
public class Message
{
public enum CommandHeader:byte {
SendMessage = 1
}
public Connection SendToOrReceivedFrom;
public int MessageLe
www.eeworm.com/read/149045/12405943
cs server.cs
using System;
using System.Net;
using System.Net.Sockets;
namespace SocketLibrary
{
public class Server:SocketBase
{
private TcpListener _listener;
public Server()
{
this.