Свойство | Тип | Описание | |
---|---|---|---|
Age | int | ||
Bandwidth | BandwidthLog | ||
ByeMessage | string | ||
BytesReceivedinSec | int | ||
BytesSentinSec | int | ||
CheckedFirewall | bool | ||
Core | OpCore | ||
FinalRecvBuffSize | int | ||
FinalRecvBuffer | byte[] | ||
Network | DeOps.Implementation.Dht.DhtNetwork | ||
Outbound | bool | ||
Proxy | ProxyType | ||
RecvBuffSize | int | ||
RecvBuffer | byte[] | ||
RemoteIP | |||
State | TcpState | ||
TcpControl | DeOps.Implementation.Transport.TcpHandler | ||
TcpSocket | Socket |
Метод | Описание | |
---|---|---|
CleanClose ( string reason ) : void | ||
CleanClose ( string reason, bool reconnect ) : void | ||
Disconnect ( ) : void | ||
GetContact ( ) : DeOps.Implementation.Dht.DhtContact | ||
GetHashCode ( ) : int | ||
LogException ( string where, string message ) : void | ||
OnConnect ( ) : void | ||
OnReceive ( int length ) : void | ||
ReceivePackets ( ) : void | ||
SecondTimer ( ) : void | ||
SendPacket ( DeOps.Implementation.Protocol.G2Packet packet ) : int | ||
SetConnected ( ) : void | ||
Socket_Connect ( IAsyncResult asyncResult ) : void | ||
Socket_Receive ( IAsyncResult asyncResult ) : void | ||
TcpConnect ( DeOps.Implementation.Transport.TcpHandler control ) : System | ||
TcpConnect ( DeOps.Implementation.Transport.TcpHandler control, DhtAddress address, ushort tcpPort ) : System | ||
ToString ( ) : string | ||
TrySend ( ) : void |
Метод | Описание | |
---|---|---|
CreateEncryptor ( ) : void |
public CleanClose ( string reason ) : void | ||
reason | string | |
Результат | void |
public CleanClose ( string reason, bool reconnect ) : void | ||
reason | string | |
reconnect | bool | |
Результат | void |
public GetContact ( ) : DeOps.Implementation.Dht.DhtContact | ||
Результат | DeOps.Implementation.Dht.DhtContact |
public LogException ( string where, string message ) : void | ||
where | string | |
message | string | |
Результат | void |
public SendPacket ( DeOps.Implementation.Protocol.G2Packet packet ) : int | ||
packet | DeOps.Implementation.Protocol.G2Packet | |
Результат | int |
public Socket_Connect ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
Результат | void |
public Socket_Receive ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
Результат | void |
public TcpConnect ( DeOps.Implementation.Transport.TcpHandler control ) : System | ||
control | DeOps.Implementation.Transport.TcpHandler | |
Результат | System |
public TcpConnect ( DeOps.Implementation.Transport.TcpHandler control, DhtAddress address, ushort tcpPort ) : System | ||
control | DeOps.Implementation.Transport.TcpHandler | |
address | DhtAddress | |
tcpPort | ushort | |
Результат | System |
public DhtNetwork,DeOps.Implementation.Dht Network | ||
Результат | DeOps.Implementation.Dht.DhtNetwork |
public TcpHandler,DeOps.Implementation.Transport TcpControl | ||
Результат | DeOps.Implementation.Transport.TcpHandler |