C# Class GistSharp.Gist

Datei anzeigen Open project: masaru-b-cl/GistSharp Class Usage Examples

Protected Properties

Property Type Description
password string
user string

Public Methods

Method Description
Create ( string description, bool isPublic, string filename, string content ) : GistResult
Gist ( string user, string password ) : System

Protected Methods

Method Description
PostGists ( WebClient client, string dataRaw ) : string

Private Methods

Method Description
CreateDataRaw ( string description, bool isPublic, string filename, string content ) : string
CreateWebClient ( ) : WebClient
Escape ( string value ) : string

Method Details

Create() public method

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

Gist() public method

public Gist ( string user, string password ) : System
user string
password string
return System

PostGists() protected method

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

Property Details

password protected_oe property

protected string password
return string

user protected_oe property

protected string user
return string