Share via


ProviderInfo Class

 

Describes a provider.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderInfo

Syntax

[DataContractAttribute(Name = "ProviderInfo", Namespace = "https://www.microsoft.com/2010/06/Microsoft.WindowsServerSolutions.Common.ProviderFramework")]
public class ProviderInfo : IEquatable<ProviderInfo>, INotifyPropertyChanged
[DataContractAttribute(Name = "ProviderInfo", Namespace = "https://www.microsoft.com/2010/06/Microsoft.WindowsServerSolutions.Common.ProviderFramework")]
public ref class ProviderInfo : IEquatable<ProviderInfo^>, INotifyPropertyChanged
<DataContractAttribute(Name := "ProviderInfo", Namespace := "https://www.microsoft.com/2010/06/Microsoft.WindowsServerSolutions.Common.ProviderFramework")>
Public Class ProviderInfo
    Implements IEquatable(Of ProviderInfo), INotifyPropertyChanged

Constructors

Name Description
System_CAPS_pubmethod ProviderInfo()

Creates a new instance of the ProviderInfo object.

Properties

Name Description
System_CAPS_pubproperty Address

Gets and sets the address.

System_CAPS_pubproperty Binding

Gets and sets the binding.

System_CAPS_pubproperty Connected

Gets and sets a value that determines if the provider is connected.

System_CAPS_pubproperty Contract

Gets and sets the contract.

System_CAPS_pubproperty Host

Gets and sets the host.

System_CAPS_pubproperty Identifier

Gets and sets the identifier.

System_CAPS_pubproperty IsInProc

Gets and sets a value that determines if the provider is in proc.

System_CAPS_pubproperty ProviderEndpointBehavior

Gets and sets the provider endpoint behavior.

System_CAPS_pubproperty RequiredImpersonationLevel

Gets and sets the required impersonation level.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines if the current instance is equal to the specified Object.(Overrides Object.Equals(Object).)

System_CAPS_pubmethod Equals(ProviderInfo)

Determines if the current instance is equal to the specified ProviderInfo

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Gets a hash code for the current instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent PropertyChanged

Represents an event that is raised when any of the properties are changed.

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Equality(ProviderInfo, ProviderInfo)

Determines whether two specified ProviderInfo objects have the same value.

System_CAPS_puboperatorSystem_CAPS_static Inequality(ProviderInfo, ProviderInfo)

Determines if the two specified ProviderInfo objetcs are equal.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top