Share via


MidiNetworkHost.Create Method

Definition

Overloads

Create(String, NSNetService)

[Foundation.Export("hostWithName:netService:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreMidi.MidiNetworkHost Create(string hostName, Foundation.NSNetService netService);
[<Foundation.Export("hostWithName:netService:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : string * Foundation.NSNetService -> CoreMidi.MidiNetworkHost

Parameters

hostName
String
netService
NSNetService

Returns

Attributes

Applies to

Create(String, String, IntPtr)

[Foundation.Export("hostWithName:address:port:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreMidi.MidiNetworkHost Create(string hostName, string address, IntPtr port);
[<Foundation.Export("hostWithName:address:port:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : string * string * nativeint -> CoreMidi.MidiNetworkHost

Parameters

hostName
String
address
String
port
IntPtr

nativeint

Returns

Attributes

Applies to

Create(String, String, String)

[Foundation.Export("hostWithName:netServiceName:netServiceDomain:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreMidi.MidiNetworkHost Create(string hostName, string netServiceName, string netServiceDomain);
[<Foundation.Export("hostWithName:netServiceName:netServiceDomain:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : string * string * string -> CoreMidi.MidiNetworkHost

Parameters

hostName
String
netServiceName
String
netServiceDomain
String

Returns

Attributes

Applies to