Click or drag to resize

NetCheckResponseType Enumeration

Enum representing the response type the internet check will use to determine internet status

Namespace:  Hellmade.Net
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public enum NetCheckResponseType
Members
  Member nameValueDescription
HTTPStatusCode0 Check is performed using the response HTTP status code
ResponseContent1 Check is performed using the response content
ResponseContainContent2 Check is performed using part of the response content
See Also