C# Class Loggly.HttpInput

Exibir arquivo Open project: Applied-Duality/Lx

Public Methods

Method Description
HttpInput ( JsonValue json ) : System
HttpInput ( string json ) : System
Parse ( string json ) : HttpInput
ToString ( ) : string

Method Details

HttpInput() public method

public HttpInput ( JsonValue json ) : System
json System.Json.JsonValue
return System

HttpInput() public method

public HttpInput ( string json ) : System
json string
return System

Parse() public static method

public static Parse ( string json ) : HttpInput
json string
return HttpInput

ToString() public method

public ToString ( ) : string
return string