NWTcpConnection.Write(NSData, Action<NSError>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the provided data
to the connection and runs a completion handler when the operation completes.
[Foundation.Export("write:completionHandler:")]
public virtual void Write (Foundation.NSData data, Action<Foundation.NSError> completion);
abstract member Write : Foundation.NSData * Action<Foundation.NSError> -> unit
override this.Write : Foundation.NSData * Action<Foundation.NSError> -> unit
Parameters
- data
- NSData
- Attributes