共用方式為


NSNetServiceConnectionEventArgs 類別

定義

提供 DidAcceptConnection 事件的資料。

public class NSNetServiceConnectionEventArgs : EventArgs
type NSNetServiceConnectionEventArgs = class
    inherit EventArgs
繼承
NSNetServiceConnectionEventArgs

建構函式

NSNetServiceConnectionEventArgs(NSInputStream, NSOutputStream)

初始化 NSNetServiceConnectionEventArgs 類別的新實例。

屬性

InputStream

提供 DidAcceptConnection 事件的資料。

OutputStream

提供 DidAcceptConnection 事件的資料。

適用於