次の方法で共有


NSConnection.LookupService メソッド

定義

オーバーロード

LookupService(String, String)
LookupService(String, String, NSPortNameServer)

LookupService(String, String)

[Foundation.Export("connectionWithRegisteredName:host:")]
public static Foundation.NSConnection LookupService (string name, string hostName);
static member LookupService : string * string -> Foundation.NSConnection

パラメーター

name
String
hostName
String

戻り値

属性

適用対象

LookupService(String, String, NSPortNameServer)

[Foundation.Export("connectionWithRegisteredName:host:usingNameServer:")]
public static Foundation.NSConnection LookupService (string name, string hostName, Foundation.NSPortNameServer server);
static member LookupService : string * string * Foundation.NSPortNameServer -> Foundation.NSConnection

パラメーター

name
String
hostName
String

戻り値

属性

適用対象