摘要: 1:发送字节数组 Private Sub SendInternal(ByVal buffer() As Byte, ByVal remoteIP As IPEndPoint) If _started = False Then Throw New Exception("UDP Closed.") End If Try UdpClient.BeginSend(buffer, buffer.Length... 阅读全文
posted @ 2010-05-30 11:49 soleds 阅读(1363) 评论(0) 推荐(0)