C# 클래스 System.Net.Sockets.Tests.DualModeBase.SocketUdpClient

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
SocketUdpClient ( ITestOutputHelper output, Socket serverSocket, IPAddress connectTo, int port, bool redundant = true ) : System.Net.Test.Common

비공개 메소드들

메소드 설명
ClientSend ( object state, bool redundant ) : void

메소드 상세

SocketUdpClient() 공개 메소드

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
리턴 System.Net.Test.Common