共用方式為


NSStream.CreatePairWithPeerSocketSignature 方法

定義

public static void CreatePairWithPeerSocketSignature (System.Net.Sockets.AddressFamily family, System.Net.Sockets.SocketType type, System.Net.Sockets.ProtocolType proto, System.Net.IPEndPoint endpoint, out Foundation.NSInputStream readStream, out Foundation.NSOutputStream writeStream);
static member CreatePairWithPeerSocketSignature : System.Net.Sockets.AddressFamily * System.Net.Sockets.SocketType * System.Net.Sockets.ProtocolType * System.Net.IPEndPoint *  *  -> unit

參數

family
AddressFamily
type
SocketType
proto
ProtocolType
endpoint
IPEndPoint
readStream
NSInputStream
writeStream
NSOutputStream

適用於