• Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Design
    Unite UX
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • jQuery
    • Angular
    • React
    • Vue
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class NetworkConnectionFullName

This class is used to represent a connection name comprising of a namespace (e.g. OS) and a name (e.g. OS network manager)

Inheritance
System.Object
NetworkConnectionFullName
Namespace: Telerik.NetworkConnections
Assembly: Telerik.NetworkConnections.dll

Syntax

public sealed class NetworkConnectionFullName : Object, IEquatable<NetworkConnectionFullName>

Constructors

NetworkConnectionFullName(String, String)

Creates a new instance of the class using the specified namespace and name

Declaration
public NetworkConnectionFullName(string namespace, string name)
Parameters
System.String namespace

The connection namespace (e.g. OS)

System.String name

The connection name (e.g. OS network manager)

Properties

Name

Gets the connection name (e.g. OS network manager)

Declaration
public string Name { get; }
Property Value
System.String

Namespace

Gets the connection namespace (e.g. OS)

Declaration
public string Namespace { get; }
Property Value
System.String

Methods

Equals(Object)

Implements the System.IEquatable<> interface for comparing to another object

Declaration
public override bool Equals(object obj)
Parameters
System.Object obj

The object instance to compare to

Returns
System.Boolean

True if the object is a NetworkConnectionFullName instance and connection names are equal

Equals(NetworkConnectionFullName)

Compares this instance to another NetworkConnectionFullName instance

Declaration
public bool Equals(NetworkConnectionFullName other)
Parameters
NetworkConnectionFullName other

The NetworkConnectionFullName instance to compare to

Returns
System.Boolean

True if the connection names are equal

GetHashCode()

Implements the System.IEquatable<> interface

Declaration
public override int GetHashCode()
Returns
System.Int32

A hash code for the connection name

ToString()

Returns the current connection name as a string

Declaration
public override string ToString()
Returns
System.String

Returns the current connection name as a string

Operators

Equality(NetworkConnectionFullName, NetworkConnectionFullName)

Compares two NetworkConnectionFullName instances for equality

Declaration
public static bool operator ==(NetworkConnectionFullName left, NetworkConnectionFullName right)
Parameters
NetworkConnectionFullName left

First NetworkConnectionFullName instance

NetworkConnectionFullName right

Second NetworkConnectionFullName instance

Returns
System.Boolean

True if the connection names are equal

Inequality(NetworkConnectionFullName, NetworkConnectionFullName)

Compares two NetworkConnectionFullName instances for difference

Declaration
public static bool operator !=(NetworkConnectionFullName left, NetworkConnectionFullName right)
Parameters
NetworkConnectionFullName left

First NetworkConnectionFullName instance

NetworkConnectionFullName right

Second NetworkConnectionFullName instance

Returns
System.Boolean

True if the connection names are not equal

Getting Started
  • Try Now
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2019 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.