C# 클래스 CSharpUtils.Net.TcpTestServer

Creates a TcpListener and connects a Socket to it. It stores the two TcpClient on the object: the local to the listener and the remote one. Very useful for unittesting components that requires sockets.
파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LocalTcpClient System.Net.Sockets.TcpClient
RemoteTcpClient System.Net.Sockets.TcpClient
TcpListener System.Net.Sockets.TcpListener

공개 메소드들

메소드 설명
Create ( ) : TcpTestServer

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : TcpTestServer
리턴 TcpTestServer

프로퍼티 상세

LocalTcpClient 공개적으로 프로퍼티

public TcpClient,System.Net.Sockets LocalTcpClient
리턴 System.Net.Sockets.TcpClient

RemoteTcpClient 공개적으로 프로퍼티

public TcpClient,System.Net.Sockets RemoteTcpClient
리턴 System.Net.Sockets.TcpClient

TcpListener 공개적으로 프로퍼티

public TcpListener,System.Net.Sockets TcpListener
리턴 System.Net.Sockets.TcpListener