NWBonjourServiceEndpoint.Create(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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