Struct HttpResponse
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: AltV.Net.Client.Elements.Data
Assembly: AltV.Net.Client.dll
Syntax
public struct HttpResponse
Fields
| Improve this Doc View SourceBody
Declaration
public string Body
Field Value
Type | Description |
---|---|
System.String |
Headers
Declaration
public Dictionary<string, string> Headers
Field Value
Type | Description |
---|---|
Dictionary<System.String, System.String> |
StatusCode
Declaration
public int StatusCode
Field Value
Type | Description |
---|---|
System.Int32 |