Class
NetworkConnectionsDetectorExportAttribute

Attribute used to decorate Network Connection Detector implementations

Definition

Namespace:Telerik.NetworkConnections

Assembly:Telerik.NetworkConnections.dll

Syntax:

cs-api-definition
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class NetworkConnectionsDetectorExportAttribute : ExportAttribute, INetworkConnectionsDetectorMetadata

Inheritance: objectNetworkConnectionsDetectorExportAttribute

Implements: INetworkConnectionsDetectorMetadata

Constructors

NetworkConnectionsDetectorExportAttribute(string)

Creates a new instance with the specified platform

Declaration

cs-api-definition
public NetworkConnectionsDetectorExportAttribute(string OSPlatform)

Parameters

OSPlatform

string

The platform, where the Network Connection Detector is designed to run

Properties

OSPlatform

The platform, where the Network Connection Detector is designed to run

Declaration

cs-api-definition
public string OSPlatform { get; }

Property Value

string

Implements INetworkConnectionsDetectorMetadata.OSPlatform