C# 클래스 GistSharp.Gist

파일 보기 프로젝트 열기: masaru-b-cl/GistSharp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
password string
user string

공개 메소드들

메소드 설명
Create ( string description, bool isPublic, string filename, string content ) : GistResult
Gist ( string user, string password ) : System

보호된 메소드들

메소드 설명
PostGists ( WebClient client, string dataRaw ) : string

비공개 메소드들

메소드 설명
CreateDataRaw ( string description, bool isPublic, string filename, string content ) : string
CreateWebClient ( ) : WebClient
Escape ( string value ) : string

메소드 상세

Create() 공개 메소드

public Create ( string description, bool isPublic, string filename, string content ) : GistResult
description string
isPublic bool
filename string
content string
리턴 GistResult

Gist() 공개 메소드

public Gist ( string user, string password ) : System
user string
password string
리턴 System

PostGists() 보호된 메소드

protected PostGists ( WebClient client, string dataRaw ) : string
client System.Net.WebClient
dataRaw string
리턴 string

프로퍼티 상세

password 보호되어 있는 프로퍼티

protected string password
리턴 string

user 보호되어 있는 프로퍼티

protected string user
리턴 string