NWBonjourServiceEndpoint.Create(String, String, String) Method

Definition

Creates and returns a new Bonjour service endpoint with the provided values.

[Foundation.Export("endpointWithName:type:domain:")]
public static NetworkExtension.NWBonjourServiceEndpoint Create (string name, string type, string domain);
static member Create : string * string * string -> NetworkExtension.NWBonjourServiceEndpoint

Parameters

name
String
type
String
domain
String

Returns

Attributes

Applies to