C# 클래스 RemObjects.InternetPack.ConnectionPool

상속: IDisposable
파일 보기 프로젝트 열기: remobjects/internetpack

공개 메소드들

메소드 설명
ConnectionPool ( ) : System
ConnectionPool ( Binding bindingV4, Binding bindingV6 ) : System
Dispose ( ) : void
GetConnection ( EndPoint endPoint ) : Connection
GetNewConnection ( EndPoint endPoint ) : Connection
ReleaseConnection ( Connection connection ) : void

비공개 메소드들

메소드 설명
CleanupCallback ( Object state ) : void

메소드 상세

ConnectionPool() 공개 메소드

public ConnectionPool ( ) : System
리턴 System

ConnectionPool() 공개 메소드

public ConnectionPool ( Binding bindingV4, Binding bindingV6 ) : System
bindingV4 Binding
bindingV6 Binding
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetConnection() 공개 메소드

public GetConnection ( EndPoint endPoint ) : Connection
endPoint System.Net.EndPoint
리턴 Connection

GetNewConnection() 공개 메소드

public GetNewConnection ( EndPoint endPoint ) : Connection
endPoint System.Net.EndPoint
리턴 Connection

ReleaseConnection() 공개 메소드

public ReleaseConnection ( Connection connection ) : void
connection Connection
리턴 void