-
大小: 0.07M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-25
- 語言: C#
- 標(biāo)簽: Socket.NET??NET??t??
資源簡(jiǎn)介
FastSocket.Net 示例源碼下載
代碼片段和文件信息
using?System;
namespace?Sodao.FastSocket.Client
{
????///?
????///?request
????///?
????///?
????public?class?Request?:?Socketbase.Packet?where?TMessage?:?Messaging.IMessage
????{
????????#region?Members
????????///?
????????///?default?is?don‘t?allow?retry?send.
????????///?
????????internal?bool?AllowRetry?=?false;
????????///?
????????///?get?or?set?send?connection
????????///?
????????internal?Socketbase.IConnection?SendConnection?=?null;
????????///?
????????///?get?or?set?sent?time?default?is?DateTime.MaxValue.
????????///?
????????internal?DateTime?SentTime?=?DateTime.MaxValue;
????????///?
????????///?seqID
????????///?
????????public?readonly?int?SeqID;
????????///?
????????///?get?request?name.
????????///?
????????public?readonly?string?Name;
????????///?
????????///?get
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-01-31?08:45??FastSocket.Net-1.0.0.6\
?????目錄???????????0??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\
?????文件????????3119??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\FastSocket.Client.csproj
?????目錄???????????0??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\Messaging\
?????文件????????1161??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\Messaging\CommandLineMessage.cs
?????文件?????????264??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\Messaging\IMessage.cs
?????文件?????????855??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\Messaging\ThriftMessage.cs
?????目錄???????????0??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\Properties\
?????文件????????1334??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\Properties\AssemblyInfo.cs
?????目錄???????????0??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\Protocol\
?????文件?????????596??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\Protocol\BadProtocolException.cs
?????文件????????2296??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\Protocol\CommandLineProtocol.cs
?????文件?????????917??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\Protocol\IProtocol.cs
?????文件????????2256??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\Protocol\ThriftProtocol.cs
?????文件????????3257??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\Request.cs
?????文件????????1433??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\RequestException.cs
?????文件???????41366??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\SocketClient.cs
?????文件????????2127??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\SocketConnector.cs
?????文件????????2645??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Client\ThriftClient.cs
?????文件????????7386??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Net.sln
?????目錄???????????0??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Server\
?????文件????????1868??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Server\AbsSocketService.cs
?????文件?????????822??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Server\AbsUdpService.cs
?????目錄???????????0??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Server\Config\
?????文件????????2459??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Server\Config\Server.cs
?????文件????????1111??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Server\Config\ServerCollection.cs
?????文件?????????476??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Server\Config\SocketServerConfig.cs
?????文件????????3699??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Server\FastSocket.Server.csproj
?????文件?????????650??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Server\ISocketListener.cs
?????文件????????1636??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Server\ISocketService.cs
?????文件?????????817??2016-01-31?08:45??FastSocket.Net-1.0.0.6\FastSocket.Server\IUdpServer.cs
............此處省略59個(gè)文件信息
評(píng)論
共有 條評(píng)論