메소드 | 설명 | |
---|---|---|
DeletePackage ( string apiKey, string packageId, string packageVersion ) : void | ||
PackageServer ( string source, string userAgent ) : System | ||
PushPackage ( string apiKey, Stream packageStream, int timeout ) : void |
Pushes a package to the server that is represented by the stream.
|
메소드 | 설명 | |
---|---|---|
EnsureSuccessfulResponse ( |
||
EnsureTrailingSlash ( |
||
GetClient ( string path, string method, string contentType ) : |
||
GetServiceEndpointUrl ( |
||
ResolveBaseUrl ( ) : |
public DeletePackage ( string apiKey, string packageId, string packageVersion ) : void | ||
apiKey | string | |
packageId | string | |
packageVersion | string | |
리턴 | void |
public PackageServer ( string source, string userAgent ) : System | ||
source | string | |
userAgent | string | |
리턴 | System |
public PushPackage ( string apiKey, Stream packageStream, int timeout ) : void | ||
apiKey | string | API key to be used to push the package. |
packageStream | Stream | Stream representing the package. |
timeout | int | Time in milliseconds to timeout the server request. |
리턴 | void |