MonobjcMonobjc Documented Class Library
ConnectionDidSendBodyDataTotalBytesWrittenTotalBytesExpectedToWrite Event
NamespacesMonobjc.FoundationNSURLConnection..::..NSURLConnectionDelegateEventDispatcherConnectionDidSendBodyDataTotalBytesWrittenTotalBytesExpectedToWrite

Sent as the body (message data) of a request is transmitted (such as in an http POST request).

Original signature is '- (void)connection:(NSURLConnection *)connection didSendBodyData:(NSInteger)bytesWritten totalBytesWritten:(NSInteger)totalBytesWritten totalBytesExpectedToWrite:(NSInteger)totalBytesExpectedToWrite'

Available in Mac OS X v10.6 and later.

Declaration Syntax
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)