C# 클래스 Agnos.Transports.SocketTransport

an implementation of a transport over sockets. example: SocketTransport t = new SocketTransport("localhost", 12345)
상속: BaseTransport
파일 보기 프로젝트 열기: tomerfiliba/agnos 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
sock Socket

공개 메소드들

메소드 설명
SocketTransport ( IPAddress addr, int port ) : System.Text
SocketTransport ( Socket sock ) : System.Text
SocketTransport ( String host, int port ) : System.Text

비공개 메소드들

메소드 설명
_connect ( IPAddress addr, int port ) : Socket
_connect ( String host, int port ) : Socket

메소드 상세

SocketTransport() 공개 메소드

public SocketTransport ( IPAddress addr, int port ) : System.Text
addr System.Net.IPAddress
port int
리턴 System.Text

SocketTransport() 공개 메소드

public SocketTransport ( Socket sock ) : System.Text
sock Socket
리턴 System.Text

SocketTransport() 공개 메소드

public SocketTransport ( String host, int port ) : System.Text
host String
port int
리턴 System.Text

프로퍼티 상세

sock 보호되어 있는 프로퍼티

protected Socket sock
리턴 Socket