When IE sends data to the server, where is the IE? To block, or not to block? That is the question.

zhaozj2021-02-16  68

Close the page in ASP.NET (no prompt)

Use the socket to make a web server on www.chenshen.com, IE makes the client to make a chat room. Here is the intercepted GET command:

Get / http / 1.1accept: image / gif, image / x-xbitmap, image / jpeg, image / pjpeg, application / x-shockwave-flash, application / vnd.ms-excel, application / vnd.ms-powerpoint, Application / MSWORD, * / * Accept-language: en-cnaccept-encoding: Gzip, deflateuser-agent: mozilla / 4.0 (compatible; msie 6.0; windows NT 5.2; myie2; .NET CLR 1.1.4322) Host: 127.0.0.1: 8000Connection: Keep-alive

Discover: UserAgent actually included: .NET CLR 1.1.4322

When IE sends data to the server, where is the IE?

Java Applets: How To Read-from And Write-To

AN HTTP Server

A set of Socket programming

The above chat room program is easy to generate blocking, and you can use NIO to improve this is an example.

What is new in .NET Framework 2.0 (6) --- Friend Assemblies

This is something that is pure CLR Loader. There is no relationship with Fusion. So I didn't put the fusion on the title.

If you have an assembly. You want you to know another asmblembly to see the Assembly Type, but you don't want other people to see them. How to do?

The answer is Friend Assemblies

转载请注明原文地址:https://www.9cbs.com/read-17832.html

New Post(0)