C# Class System.Net.Sockets.Tests.DualModeBase.SocketUdpServer

Inheritance: IDisposable
显示文件 Open project: dotnet/corefx

Public Methods

Method Description
Dispose ( ) : void
SocketUdpServer ( ITestOutputHelper output, IPAddress address, bool dualMode, int &port ) : System.Net.Test.Common

Private Methods

Method Description
Received ( object sender, SocketAsyncEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SocketUdpServer() public method

public SocketUdpServer ( ITestOutputHelper output, IPAddress address, bool dualMode, int &port ) : System.Net.Test.Common
output ITestOutputHelper
address IPAddress
dualMode bool
port int
return System.Net.Test.Common