C# 클래스 Automobile.Communication.Tcp.TcpClientCommunicator

A client side communicator
상속: TcpCommunicator
파일 보기 프로젝트 열기: vistaprint/automobile 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Close ( ) : void

Close the stream

Initialize ( ) : void

Prepare the stream for reading and writing

TcpClientCommunicator ( IPAddress ip, int port ) : System.Net

Connects to a specified server

TcpClientCommunicator ( string ip, int port ) : System.Net

Connects to a specified server

메소드 상세

Close() 공개 메소드

Close the stream
public Close ( ) : void
리턴 void

Initialize() 공개 메소드

Prepare the stream for reading and writing
public Initialize ( ) : void
리턴 void

TcpClientCommunicator() 공개 메소드

Connects to a specified server
public TcpClientCommunicator ( IPAddress ip, int port ) : System.Net
ip System.Net.IPAddress IP to connect to
port int Port to connect on
리턴 System.Net

TcpClientCommunicator() 공개 메소드

Connects to a specified server
public TcpClientCommunicator ( string ip, int port ) : System.Net
ip string IP to connect to
port int Port to connect on
리턴 System.Net