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. |
return | void |