C# Class NewTOAPIA.Net.UdpSocket

Inheritance: TSocket
ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Methods

Method 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

Method Description
ReleaseSocket ( IPEndPoint endPoint, UdpSocket sock ) : void

Method Details

UdpSocket() public method

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

UdpSocket() public method

public UdpSocket ( AddressFamily addressFamily ) : System
addressFamily AddressFamily
return System