Location:
Search - Session Csharp
Search list
Description: 一个非常完整的网络会议系统,用c#实现。涵盖了视频会议(video conference)、语音会议(voice conference)、文字会议(text conference)等模式。功能非常齐全。-A very complete web conferencing system, with c# Realize. Cover video conferencing (video conference), Voice (voice conference), a text session (text conference) and other models. Very complete.
Platform: |
Size: 933888 |
Author: anslie |
Hits:
Description: C# ASP.net生成中文验证码 并写入SESSION-C# ASP.net generate code and write Chinese SESSION
Platform: |
Size: 602112 |
Author: Tsing |
Hits:
Description: 多人视频会议系统,同时支持桌面共享,P2P语音聊天,文本会议.-More than video conferencing systems, while supporting desktop sharing, P2P voice chat, text session.
Platform: |
Size: 880640 |
Author: tm |
Hits:
Description: C# networking programme, using the different session for call a broadcast send to different specailizied endpoints of connected client.
the main functions programme was stored on a DLL for later callback-C# Networking programme, using the different session for call a broadcast send to different specailizied endpoints of connected client.the main functions programme was stored on a DLL for later callback
Platform: |
Size: 147456 |
Author: hkgoogoo |
Hits:
Description: ASP.NET中指定义控件的应用;
WebService的建立与应用。
和Session和Cookies对象的操作。
-ASP.NET middle finger controls the application of the definition WebService and application of the establishment. Cookies and Session objects and operations.
Platform: |
Size: 119808 |
Author: 石靓靓 |
Hits:
Description: Simple Windows Services
Describe Windows Service under Visual Studio
Introduction
As a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped or even restarted.
This makes services ideal for use on a server or whenever you need long-running functionality that does not interfere with other users who are working on the same computer. You can also run services in the security context of a specific user account that is different from the logged-on user or the default computer account.
Windows services don抰 have any interface to the user, so it can not be debugged like any regular application, but it抯 debugged as a process. .NET has a very nice tool that enables processes debugging while it抯 in the run status, by easily pressing Ctrl + Alt + P shortcut.
-Simple Windows Services
Describe Windows Service under Visual Studio
Introduction
As a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped or even restarted.
This makes services ideal for use on a server or whenever you need long-running functionality that does not interfere with other users who are working on the same computer. You can also run services in the security context of a specific user account that is different from the logged-on user or the default computer account.
Windows services don抰 have any interface to the user, so it can not be debugged like any regular application, but it抯 debugged as a process. .NET has a very nice tool that enables processes debugging while it抯 in the run status, by easily pressing Ctrl+ Alt+ P shortcut.
Platform: |
Size: 188416 |
Author: Eds |
Hits:
Description: CookieManager 提供 CookieHandler 的具体实现,它将 cookie 的存储区与围绕接受和拒绝 cookie 的策略分离开来。使用管理存储的 CookieStore 以及做出 cookie 接受/拒绝决策的 CookiePolicy 对象来初始化 CookieManager。 -/********************************************************************************//**
A typical usage of this class would look something like this:
CookieManager cookieManager = new CookieManager()
// Set a cookie value
cookieManager.CookieValues["FavoriteCookie"] = "Chocolate Chip"
HttpWebRequest webRequest = (HttpWebRequest)WebRequest.Create(url)
// Publish the cookies to the request before asking for the response
cookieManager.PublishCookies(webRequest)
HttpWebResponse webResponse = (HttpWebResponse)webRequest.GetResponse()
// Store any cookies returned from the response
cookieManager.StoreCookies(webResponse)
// Get the value of a cookie
string session = cookieManager.CookieValues["SESSIONID"]
webRequest = (HttpWebRequest)WebRequest.Create(url2)
cookieManager.PublishCookies(webRequest)
webResponse = (HttpWebResponse)webRequest.GetResponse()
************************************************************************************/
Platform: |
Size: 14336 |
Author: |
Hits:
Description: C#实现多线程网络通讯
整个系统由三个核心线程组成,并由.NET线程池统一管理:
侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包
数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判断类型、存储等工作
客户端状态检测线程:CheckClientState(),循环检查客户端会话-C# multi-threaded network communication system is composed of three core thread throughout the composition, by the. NET thread pool unified management: a client connection request listening thread: ListenClientRequest (), loop listening client connection request. If you have, testing the client IP, to see if the same observation equipment, and then create a client-side TSession object, and through Socket asynchronous call methods BeginReceive () to receive data packets, EndReceive () processing of data packet data packet processing threads: HandleDatagrams ( ), cyclic test data packet queue _datagramQueue, the completion of the packet parsing to determine the type, storage, etc. the client state detection thread: CheckClientState (), loop checks the client session
Platform: |
Size: 10240 |
Author: 鸣鸣 |
Hits:
Description: TCP Session Reconstruction Tool.This is a C# utility for reconstructing sniffer captured TCP sessions (even incomplete). This is based on libnids and a translated part of WireShark.
Platform: |
Size: 276480 |
Author: Truong minh |
Hits:
Description: IM即时会议聊天,可以点-点,可以点-群进行聊天-Real-time IM chat session, you can point- point to point- group chat
Platform: |
Size: 3082240 |
Author: 583540466 |
Hits:
Description: 人人网相册批量下载,主要用了Csharp的HTTPREQUEST和RESPONSE类,有COOKIE操作-bat of download renren.com s photo.and mainly use httprequest and response class,while login ,a cookie will be saved to make sure the session continue
Platform: |
Size: 111616 |
Author: antonio |
Hits:
Description: 关于CSharp Chat图形和cookie session的一个操作类库-About CSharp Chat graphics and cookie session of a library operation
Platform: |
Size: 2127872 |
Author: 任晓兵 |
Hits:
Description: 人人网相册批量下载,主要用了Csharp的HTTPREQUEST和RESPONSE类,有COOKIE操作bat of download renren.com s photo.and mainly use httprequest and response class,while login ,a cookie will be saved to make sure the session continue-bat of download renren.com s photo.and mainly use httprequest and response class,while login ,a cookie will be saved to make sure the session continue
Platform: |
Size: 111616 |
Author: nhuaTh |
Hits: