NENetworkRule
NENetworkRule(IntPtr)
NENetworkRule(NativeHandle)
NENetworkRule(NSCoder)
NENetworkRule(NSObjectFlag)
NENetworkRule(NWHostEndpoint, NENetworkRuleProtocol)
NENetworkRule(NWHostEndpoint, nuint, NENetworkRuleProtocol)
NENetworkRule(NWHostEndpoint, nuint, NENetworkRuleProtocol)
NENetworkRule(NWHostEndpoint, nuint, NWHostEndpoint, nuint, NENetworkRuleProtocol, NETrafficDirection)
NENetworkRule(NWHostEndpoint, nuint, NWHostEndpoint, nuint, NENetworkRuleProtocol, NETrafficDirection)
ClassHandle
MatchDirection
MatchLocalNetwork
MatchLocalPrefix
MatchProtocol
MatchRemoteEndpoint
MatchRemotePrefix
Copy(NSZone)
EncodeTo(NSCoder)
xamarinmac
namespace NetworkExtension
{
[Introduced(PlatformName.MacOSX, 10, 15, PlatformArchitecture.All, null)]
[Register("NENetworkRule", true)]
[Unavailable(PlatformName.iOS, PlatformArchitecture.All, null)]
public class NENetworkRule : NSObject, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("initWithRemoteNetwork:remotePrefix:localNetwork:localPrefix:protocol:direction:")]
public NENetworkRule(NWHostEndpoint? remoteNetwork, nuint remotePrefix, NWHostEndpoint? localNetwork, nuint localPrefix, NENetworkRuleProtocol protocol, NETrafficDirection direction);
}
}
| Xamarin macOS | 0.0 |
|---|---|
Information specific to xamarinmac | |
| Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API