Ejemplo n.º 1
0
 /** @since Available in iOS 4.0 and later. */
 public NSStream setNetworkServiceType(NSStreamNetworkServiceType serviceType) {
   setProperty(NSStreamProperty.NetworkServiceType, serviceType.value());
   return this;
 }