C# Class Helpers.UdpListener

Inheritance: IDisposable
Show file Open project: Kyle2123/statsd-csharp-client

Public Methods

Method Description
Dispose ( ) : void
GetAndClearLastMessages ( ) : List
Listen ( object count = null ) : void
UdpListener ( string hostname, int port )

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetAndClearLastMessages() public method

public GetAndClearLastMessages ( ) : List
return List

Listen() public method

public Listen ( object count = null ) : void
count object
return void

UdpListener() public method

public UdpListener ( string hostname, int port )
hostname string
port int