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

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

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

Private Methods

Méthode Description
ClientSend ( object state, bool redundant ) : void

Method Details

SocketUdpClient() public méthode

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
Résultat System.Net.Test.Common