C# 클래스 Caucho.IIS.Server

파일 보기 프로젝트 열기: mdaniel/svn-caucho-com-resin 1 사용 예제들

공개 메소드들

메소드 설명
FailConnect ( ) : void
GetName ( ) : String
GetPooledCount ( ) : int
IsActive ( ) : bool
OpenConnection ( ) : HmuxConnection
Server ( char serverInternalId, IPAddress address, int port, int loadBalanceConnectTimeout, int loadBalanceIdleTime, int loadBalanceRecoverTime, int socketTimeout ) : System
SetDebug ( bool isDebug ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
Busy ( ) : void
ClearBusy ( ) : void
Close ( ) : void
Close ( HmuxConnection connection ) : void
Connect ( ) : HmuxConnection
FailSocket ( ) : void
Free ( HmuxConnection channel ) : void
GetDebugId ( ) : string
OpenRecycle ( ) : HmuxConnection
SetCpuLoadAvg ( double loadAvg ) : void
Success ( ) : void

메소드 상세

FailConnect() 공개 메소드

public FailConnect ( ) : void
리턴 void

GetName() 공개 메소드

public GetName ( ) : String
리턴 String

GetPooledCount() 공개 메소드

public GetPooledCount ( ) : int
리턴 int

IsActive() 공개 메소드

public IsActive ( ) : bool
리턴 bool

OpenConnection() 공개 메소드

public OpenConnection ( ) : HmuxConnection
리턴 HmuxConnection

Server() 공개 메소드

public Server ( char serverInternalId, IPAddress address, int port, int loadBalanceConnectTimeout, int loadBalanceIdleTime, int loadBalanceRecoverTime, int socketTimeout ) : System
serverInternalId char
address System.Net.IPAddress
port int
loadBalanceConnectTimeout int
loadBalanceIdleTime int
loadBalanceRecoverTime int
socketTimeout int
리턴 System

SetDebug() 공개 메소드

public SetDebug ( bool isDebug ) : void
isDebug bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string