C# Class ZencoderDotNet.Zencoder

Afficher le fichier Open project: zencoder/zencoder-dotnet

Méthodes publiques

Свойство Type Description
base_url string
format string

Méthodes publiques

Méthode Description
deserialize ( Type type, Response response ) : object
deserialize ( Type type, string body, string format ) : object

Private Methods

Méthode Description
deserializeJson ( Type type, string json ) : object
deserializeXml ( Type type, string xml ) : object

Method Details

deserialize() public static méthode

public static deserialize ( Type type, Response response ) : object
type System.Type
response Response
Résultat object

deserialize() public static méthode

public static deserialize ( Type type, string body, string format ) : object
type System.Type
body string
format string
Résultat object

Property Details

base_url public_oe static_oe property

public static string base_url
Résultat string

format public_oe static_oe property

public static string format
Résultat string