Interface IHttpWebRequest
Namespace: UnityEditor.PackageManager.ValidationSuite
Syntax
public interface IHttpWebRequest
Properties
Method
Declaration
string Method { get; set; }
Property Value
Type | Description |
---|---|
String |
Timeout
Declaration
int Timeout { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
UserAgent
Declaration
string UserAgent { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
GetResponse()
Declaration
IHttpWebResponse GetResponse()
Returns
Type | Description |
---|---|
IHttpWebResponse |