C# 클래스 IronRuby.StandardLibrary.Sockets.TCPServer

상속: TCPSocket
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
CreateReadWaitHandle ( ) : WaitHandle
TCPServer ( RubyContext context ) : System

Creates an uninitialized socket.

TCPServer ( RubyContext context, Socket socket ) : System

비공개 메소드들

메소드 설명
Accept ( ) : Socket
Accept ( RubyContext context, TCPServer self ) : TCPSocket
AcceptNonBlocking ( RubyContext context, TCPServer self ) : TCPSocket
CreateSocket ( ConversionStorage stringCast, ConversionStorage fixnumCast, [ hostname, [ port ) : Socket
CreateTCPServer ( ConversionStorage stringCast, ConversionStorage fixnumCast, RubyClass self, [ hostname, [ port ) : TCPServer
GetAcceptResult ( ) : IAsyncResult
Listen ( TCPServer self, int backlog ) : void
Reinitialize ( ConversionStorage stringCast, ConversionStorage fixnumCast, TCPServer self, [ hostname, [ port ) : TCPServer
SysAccept ( RubyContext context, TCPServer self ) : int

메소드 상세

CreateReadWaitHandle() 공개 메소드

public CreateReadWaitHandle ( ) : WaitHandle
리턴 System.Threading.WaitHandle

TCPServer() 공개 메소드

Creates an uninitialized socket.
public TCPServer ( RubyContext context ) : System
context RubyContext
리턴 System

TCPServer() 공개 메소드

public TCPServer ( RubyContext context, Socket socket ) : System
context RubyContext
socket Socket
리턴 System