Class HttpClientPool
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Client.Elements.Pools
Assembly: AltV.Net.Client.dll
Syntax
public class HttpClientPool : BaseObjectPool<IHttpClient>, IBaseObjectPool<IHttpClient>, IReadOnlyBaseObjectPool<IHttpClient>
Constructors
| Improve this Doc View SourceHttpClientPool(IBaseObjectFactory<IHttpClient>)
Declaration
public HttpClientPool(IBaseObjectFactory<IHttpClient> httpClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBaseObjectFactory<IHttpClient> | httpClientFactory |
Methods
| Improve this Doc View SourceGetId(IntPtr)
Declaration
public override uint GetId(IntPtr entityPointer)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | entityPointer |
Returns
Type | Description |
---|---|
System.UInt32 |
Overrides
AltV.Net.Client.Elements.Pools.BaseObjectPool<AltV.Net.Client.Elements.Interfaces.IHttpClient>.GetId(IntPtr)