UDP Client « Network Remote « VB.Net
Home
VB.Net
1.
2D
2.
Application
3.
Class
4.
Data Structure
5.
Data Types
6.
Database ADO.net
7.
Date Time
8.
Development
9.
Event
10.
File Directory
11.
Generics
12.
GUI
13.
Internationalization I18N
14.
Language Basics
15.
LINQ
16.
Network Remote
17.
Reflection
18.
Security
19.
Thread
20.
Windows Presentation Foundation
21.
Windows System
22.
XML
23.
XML LINQ
VB.Net Tutorial
VB.Net by API
VB.Net
»
Network Remote
»
UDP Client
Screenshots
1.
UDP: Client sends packets to, and receives packets from, a server
2.
Set up a client that reads and displays data sent from server
3.
UdpClient Class provides User Datagram Protocol (UDP) network services.
4.
Create UdpClient class and binds it to the local port number provided.
5.
Create UdpClient class and binds it to the specified local endpoint.
6.
Create UdpClient class and establishes a default remote host.
7.
UdpClient.Connect (IPEndPoint) establishes a default remote host using the specified network endpoint.
8.
Establishes a default remote host using the specified host name and port number.
9.
Adds a UdpClient to a multicast group with the specified Time to Live (TTL).
10.
Returns a UDP datagram that was sent by a remote host.
11.
Sends a UDP datagram to a remote host.
12.
Sends a UDP datagram to the host at the specified remote endpoint.
13.
Sends a UDP datagram to a specified port on a specified remote host.
14.
Establishes a default remote host using the specified IP address and port number.
w___ww_.__j_a_v__a___2___s___.___co___m
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.