streamTaskWithHostName_port_ method

NSURLSessionStreamTask streamTaskWithHostName_port_(
  1. NSString hostname,
  2. int port
)

Implementation

NSURLSessionStreamTask streamTaskWithHostName_port_(
    NSString hostname, int port) {
  final _ret = _lib._objc_msgSend_1057(
      _id, _lib._sel_streamTaskWithHostName_port_1, hostname._id, port);
  return NSURLSessionStreamTask._(_ret, _lib, retain: true, release: true);
}