C# Class NewTOAPIA.Net.UdpSocket

Inheritance: TSocket
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
UdpSocket ( ) : System

The UdpSocket represents a Udp datagram socket. The Address family can either be Internetwork, or InternetworkV6

UdpSocket ( AddressFamily addressFamily ) : System

Private Methods

Méthode Description
ReleaseSocket ( IPEndPoint endPoint, UdpSocket sock ) : void

Method Details

UdpSocket() public méthode

The UdpSocket represents a Udp datagram socket. The Address family can either be Internetwork, or InternetworkV6
public UdpSocket ( ) : System
Résultat System

UdpSocket() public méthode

public UdpSocket ( AddressFamily addressFamily ) : System
addressFamily AddressFamily
Résultat System