Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.

The ManageTcpSocketConnectionPool type exposes the following members.

Constructors

  NameDescription
ManageTcpSocketConnectionPool
Initializes a new instance of the ManageTcpSocketConnectionPool class.

Methods

  NameDescription
Available
Determinates if specific pool is available.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Releases unmanaged resources and performs other cleanup operations before the ManageTcpSocketConnectionPool is reclaimed by garbage collection.
(Overrides Object..::.Finalize()()().)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetSocketFromPool
Gets the socket from pool.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
PutSocketToPool
Puts the socket to pool.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also