C# 클래스 Loggly.HttpInput

파일 보기 프로젝트 열기: Applied-Duality/Lx

공개 메소드들

메소드 설명
HttpInput ( JsonValue json ) : System
HttpInput ( string json ) : System
Parse ( string json ) : HttpInput
ToString ( ) : string

메소드 상세

HttpInput() 공개 메소드

public HttpInput ( JsonValue json ) : System
json System.Json.JsonValue
리턴 System

HttpInput() 공개 메소드

public HttpInput ( string json ) : System
json string
리턴 System

Parse() 공개 정적인 메소드

public static Parse ( string json ) : HttpInput
json string
리턴 HttpInput

ToString() 공개 메소드

public ToString ( ) : string
리턴 string