NWProtocolDefinition.CreateFramerDefinition 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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)]
public static Network.NWProtocolDefinition CreateFramerDefinition(string identifier, Network.NWFramerCreateFlags flags, Func<Network.NWFramer,Network.NWFramerStartResult> startCallback);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateFramerDefinition : string * Network.NWFramerCreateFlags * Func<Network.NWFramer, Network.NWFramerStartResult> -> Network.NWProtocolDefinition
Parameters
- identifier
- String
- flags
- NWFramerCreateFlags
- startCallback
- Func<NWFramer,NWFramerStartResult>
Returns
- Attributes