目录引言一、Go语言网络编程概述二、TCP编程1. 创建TCP服务器2. 创建TCP客户端三、UDP编程1. 创建UDP服务器2. 创建UDP客户端四、高级用法1. HTTP服务器2. HTTP客户端五、WebSocket六、TLS/SSL加密七、总结引言
Looking at the sample .html file generated on a silverlight 4 project we see that the object tag is inside a form.(and the form has 开发者_C百科runat=\"server\" for that matter)