RouteSpecificPool.AllocEntry(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Obtains a free entry from this pool, if one is available.
[Android.Runtime.Register("allocEntry", "(Ljava/lang/Object;)Lorg/apache/http/impl/conn/tsccm/BasicPoolEntry;", "GetAllocEntry_Ljava_lang_Object_Handler")]
public virtual Org.Apache.Http.Impl.Conn.Tsccm.BasicPoolEntry? AllocEntry(Java.Lang.Object? state);
[<Android.Runtime.Register("allocEntry", "(Ljava/lang/Object;)Lorg/apache/http/impl/conn/tsccm/BasicPoolEntry;", "GetAllocEntry_Ljava_lang_Object_Handler")>]
abstract member AllocEntry : Java.Lang.Object -> Org.Apache.Http.Impl.Conn.Tsccm.BasicPoolEntry
override this.AllocEntry : Java.Lang.Object -> Org.Apache.Http.Impl.Conn.Tsccm.BasicPoolEntry
Parameters
- state
- Object
The requested connection state.
Returns
An available pool entry, or null if none is available.
- 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.