![]() | Neon.Net Namespace |
Class | Description | |
---|---|---|
![]() | HttpException |
Describes an HTTP error.
|
![]() | JsonClient |
Implements a light-weight JSON oriented HTTP client.
|
![]() | JsonClientPayload |
Passed as the document to be uploaded with a JsonClientPOST
or PUT request to customize the payload data and content-type. This can be used
in special situations where a REST API needs to push application/x-www-form-urlencoded
data or other formats.
|
![]() | JsonResponse |
Encapsulates the response returned from a JsonClient
server call.
|
![]() | Jwt |
A lightweight implementation of Json Web Token (JWT) suitable for use by
client applications. The JWT structure is described here.
|
![]() | NetConst |
Network related constants.
|
![]() | NetHelper |
Useful network related utilities.
|
![]() | NetworkCidr |
Describes a IP network subnet using Classless Inter-Domain Routing (CIDR) notation.
|
![]() | NetworkException |
Indicates network related problems.
|
![]() | NetworkPorts |
Defines some common network port numbers as well as the TryParse(String, Int32) method.
|
![]() | Pinger |
Implements a threadsafe subset of the .NET Framework Ping class.
|
![]() | ReachableHost |
Holds information about a reachable host returned by GetReachableHost(IEnumerableString, ReachableHostMode).
|
Enumeration | Description | |
---|---|---|
![]() | ReachableHostMode |
Enumerates how GetReachableHost(IEnumerableString, ReachableHostMode) should
behave when no there are no healthy hosts.
|