Language

RouteSpecificPool.FreeEntry(BasicPoolEntry) Method

Definition

Returns an allocated entry to this pool.

[Android.Runtime.Register("freeEntry", "(Lorg/apache/http/impl/conn/tsccm/BasicPoolEntry;)V", "GetFreeEntry_Lorg_apache_http_impl_conn_tsccm_BasicPoolEntry_Handler")]
public virtual void FreeEntry(Org.Apache.Http.Impl.Conn.Tsccm.BasicPoolEntry? entry);
[<Android.Runtime.Register("freeEntry", "(Lorg/apache/http/impl/conn/tsccm/BasicPoolEntry;)V", "GetFreeEntry_Lorg_apache_http_impl_conn_tsccm_BasicPoolEntry_Handler")>]
abstract member FreeEntry : Org.Apache.Http.Impl.Conn.Tsccm.BasicPoolEntry -> unit
override this.FreeEntry : Org.Apache.Http.Impl.Conn.Tsccm.BasicPoolEntry -> unit

Parameters

entry
BasicPoolEntry

The allocated entry to return to this pool.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to