C# Class SocketService.UDPClientService

Inheritance: UDPServices
ファイルを表示 Open project: wirepair/GHAST_priv8

Public Methods

Method Description
Connect ( ) : StateObject
GetResponse ( StateObject so ) : void
OnSent ( IAsyncResult asyncResult ) : void
UDPClientService ( IPEndPoint iep ) : System
UDPClientService ( int port ) : System

Method Details

Connect() public method

public Connect ( ) : StateObject
return StateObject

GetResponse() public method

public GetResponse ( StateObject so ) : void
so StateObject
return void

OnSent() public method

public OnSent ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

UDPClientService() public method

public UDPClientService ( IPEndPoint iep ) : System
iep System.Net.IPEndPoint
return System

UDPClientService() public method

public UDPClientService ( int port ) : System
port int
return System