C# Class Enyim.Caching.Memcached.Protocol.Binary.BinaryPool

Server sockIOPool implementing the binary protocol.
Inheritance: DefaultServerPool
Afficher le fichier Open project: xianrendzw/LightFramework.Net

Méthodes publiques

Méthode Description
BinaryPool ( IMemcachedClientConfiguration configuration ) : System

Méthodes protégées

Méthode Description
CreateNode ( IPEndPoint endpoint ) : IMemcachedNode

Private Methods

Méthode Description
GetProvider ( IMemcachedClientConfiguration configuration ) : ISaslAuthenticationProvider

Method Details

BinaryPool() public méthode

public BinaryPool ( IMemcachedClientConfiguration configuration ) : System
configuration IMemcachedClientConfiguration
Résultat System

CreateNode() protected méthode

protected CreateNode ( IPEndPoint endpoint ) : IMemcachedNode
endpoint System.Net.IPEndPoint
Résultat IMemcachedNode