OpenMetaverse Protocol Library Developers API Documentation
CapsClient . . :: . . DownloadProgressCallback Delegate
NamespacesOpenMetaverse.HttpCapsClientCapsClient . . :: . . DownloadProgressCallback
Declaration Syntax
C#
public 
delegate 
void 
DownloadProgressCallback(
        
CapsClient 
client,
        
int 
bytesReceived,
        
int 
totalBytesToReceive
)
Parameters
client ( CapsClient)
bytesReceived ( Int32)
totalBytesToReceive ( Int32)

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)