ProviderInfo Class

 

Describes a provider.

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

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

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

NameDescription
System_CAPS_pubmethodProviderInfo()

Creates a new instance of the ProviderInfo object.

NameDescription
System_CAPS_pubpropertyAddress

Gets and sets the address.

System_CAPS_pubpropertyBinding

Gets and sets the binding.

System_CAPS_pubpropertyConnected

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

System_CAPS_pubpropertyContract

Gets and sets the contract.

System_CAPS_pubpropertyHost

Gets and sets the host.

System_CAPS_pubpropertyIdentifier

Gets and sets the identifier.

System_CAPS_pubpropertyIsInProc

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

System_CAPS_pubpropertyProviderEndpointBehavior

Gets and sets the provider endpoint behavior.

System_CAPS_pubpropertyRequiredImpersonationLevel

Gets and sets the required impersonation level.

NameDescription
System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_pubmethodEquals(ProviderInfo^)

Determines if the current instance is equal to the specified ProviderInfo

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(ProviderInfo^, ProviderInfo^)

Determines whether two specified ProviderInfo objects have the same value.

System_CAPS_puboperatorSystem_CAPS_staticInequality(ProviderInfo^, ProviderInfo^)

Determines if the two specified ProviderInfo objetcs are equal.

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

Return to top

Community Additions

ADD
Show: