C# 클래스 Agnos.TransportFactories.SocketTransportFactory

A TransportFactory that waits for incoming TCP connections and returns SocketTransport instances
상속: ITransportFactory
파일 보기 프로젝트 열기: tomerfiliba/agnos 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( ) : ITransport
Close ( ) : void
SocketTransportFactory ( IPAddress addr, int port ) : System
SocketTransportFactory ( IPAddress addr, int port, int backlog ) : System
SocketTransportFactory ( String host, int port ) : System
SocketTransportFactory ( String host, int port, int backlog ) : System
SocketTransportFactory ( int port ) : System
SocketTransportFactory ( int port, int backlog ) : System

보호된 메소드들

메소드 설명
GetIPv4AddressOf ( String host ) : IPAddress

메소드 상세

Accept() 공개 메소드

public Accept ( ) : ITransport
리턴 ITransport

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetIPv4AddressOf() 보호된 정적인 메소드

protected static GetIPv4AddressOf ( String host ) : IPAddress
host String
리턴 System.Net.IPAddress

SocketTransportFactory() 공개 메소드

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

SocketTransportFactory() 공개 메소드

public SocketTransportFactory ( IPAddress addr, int port, int backlog ) : System
addr System.Net.IPAddress
port int
backlog int
리턴 System

SocketTransportFactory() 공개 메소드

public SocketTransportFactory ( String host, int port ) : System
host String
port int
리턴 System

SocketTransportFactory() 공개 메소드

public SocketTransportFactory ( String host, int port, int backlog ) : System
host String
port int
backlog int
리턴 System

SocketTransportFactory() 공개 메소드

public SocketTransportFactory ( int port ) : System
port int
리턴 System

SocketTransportFactory() 공개 메소드

public SocketTransportFactory ( int port, int backlog ) : System
port int
backlog int
리턴 System