GetClientUpdatePackage Method
In This Topic
Gets the client auto-update package from the server and writes it to a stream.
Syntax
'Declaration
Public Sub GetClientUpdatePackage( _
ByVal As Stream _
)
public void GetClientUpdatePackage(
Stream
)
public:
void GetClientUpdatePackage(
Stream^
)
Parameters
- stream
- The stream to write to
See Also