Share via


NSNetServiceConnectionEventArgs クラス

定義

DidAcceptConnection イベントのデータを提供します。

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

コンストラクター

NSNetServiceConnectionEventArgs(NSInputStream, NSOutputStream)

NSNetServiceConnectionEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

InputStream

DidAcceptConnection イベントのデータを提供します。

OutputStream

DidAcceptConnection イベントのデータを提供します。

適用対象