C# 클래스 PastebinAPI.Utills

파일 보기 프로젝트 열기: nikibobi/pastebin-csharp 1 사용 예제들

공개 메소드들

메소드 설명
GetDate ( long ticks ) : System.DateTime
PastesFromXML ( string xml ) : IEnumerable
PostRequest ( string url ) : string

메소드 상세

GetDate() 공개 정적인 메소드

public static GetDate ( long ticks ) : System.DateTime
ticks long
리턴 System.DateTime

PastesFromXML() 공개 정적인 메소드

public static PastesFromXML ( string xml ) : IEnumerable
xml string
리턴 IEnumerable

PostRequest() 공개 정적인 메소드

public static PostRequest ( string url ) : string
url string
리턴 string