MCSessionDelegate.DidReceiveStream 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.
Indicates the arrival of stream
.
[Foundation.Export("session:didReceiveStream:withName:fromPeer:")]
public abstract void DidReceiveStream (MultipeerConnectivity.MCSession session, Foundation.NSInputStream stream, string streamName, MultipeerConnectivity.MCPeerID peerID);
abstract member DidReceiveStream : MultipeerConnectivity.MCSession * Foundation.NSInputStream * string * MultipeerConnectivity.MCPeerID -> unit
Parameters
- session
- MCSession
- stream
- NSInputStream
- streamName
- String
- peerID
- MCPeerID
Implements
- Attributes