C# 클래스 Enyim.Caching.Memcached.Protocol.Binary.BinaryPool

Server sockIOPool implementing the binary protocol.
상속: DefaultServerPool
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net

공개 메소드들

메소드 설명
BinaryPool ( IMemcachedClientConfiguration configuration ) : System

보호된 메소드들

메소드 설명
CreateNode ( IPEndPoint endpoint ) : IMemcachedNode

비공개 메소드들

메소드 설명
GetProvider ( IMemcachedClientConfiguration configuration ) : ISaslAuthenticationProvider

메소드 상세

BinaryPool() 공개 메소드

public BinaryPool ( IMemcachedClientConfiguration configuration ) : System
configuration IMemcachedClientConfiguration
리턴 System

CreateNode() 보호된 메소드

protected CreateNode ( IPEndPoint endpoint ) : IMemcachedNode
endpoint System.Net.IPEndPoint
리턴 IMemcachedNode