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

显示文件 Open project: dotnet/corefx

Public Methods

Method Description
SocketUdpClient ( ITestOutputHelper output, Socket serverSocket, IPAddress connectTo, int port, bool redundant = true ) : System.Net.Test.Common

Private Methods

Method Description
ClientSend ( object state, bool redundant ) : void

Method Details

SocketUdpClient() public method

public SocketUdpClient ( ITestOutputHelper output, Socket serverSocket, IPAddress connectTo, int port, bool redundant = true ) : System.Net.Test.Common
output ITestOutputHelper
serverSocket Socket
connectTo IPAddress
port int
redundant bool
return System.Net.Test.Common