C# Class BloomTests.ApiTest

Afficher le fichier Open project: BloomBooks/BloomDesktop

Méthodes publiques

Méthode Description
GetString ( EnhancedImageServer server, string endPoint, string query = "", ContentType returnType = ContentType.Text, EndpointHandler handler = null, string endOfUrlForTest = null ) : string
PostString ( EnhancedImageServer server, string endPoint, string data, ContentType returnType, EndpointHandler handler = null ) : string

Method Details

GetString() public static méthode

public static GetString ( EnhancedImageServer server, string endPoint, string query = "", ContentType returnType = ContentType.Text, EndpointHandler handler = null, string endOfUrlForTest = null ) : string
server Bloom.Api.EnhancedImageServer
endPoint string
query string
returnType ContentType
handler EndpointHandler
endOfUrlForTest string
Résultat string

PostString() public static méthode

public static PostString ( EnhancedImageServer server, string endPoint, string data, ContentType returnType, EndpointHandler handler = null ) : string
server Bloom.Api.EnhancedImageServer
endPoint string
data string
returnType ContentType
handler EndpointHandler
Résultat string