C# Class STFUANDCODE.Gist

显示文件 Open project: jcbozonier/STFUANDCODE Class Usage Examples

Public Properties

Property Type Description
LastResponse string

Public Methods

Method Description
Create ( string name, string description, string type, string content ) : Gist

Private Methods

Method Description
Gist ( ) : System
ParseMetadata ( string responseText ) : void

Method Details

Create() public static method

public static Create ( string name, string description, string type, string content ) : Gist
name string
description string
type string
content string
return Gist

Property Details

LastResponse public_oe static_oe property

public static string LastResponse
return string