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 | |
---|---|---|
![]() |
ProviderInfo() | Creates a new instance of the ProviderInfo object. |
Properties
Name | Description | |
---|---|---|
![]() |
Address | Gets and sets the address. |
![]() |
Binding | Gets and sets the binding. |
![]() |
Connected | Gets and sets a value that determines if the provider is connected. |
![]() |
Contract | Gets and sets the contract. |
![]() |
Host | Gets and sets the host. |
![]() |
Identifier | Gets and sets the identifier. |
![]() |
IsInProc | Gets and sets a value that determines if the provider is in proc. |
![]() |
ProviderEndpointBehavior | Gets and sets the provider endpoint behavior. |
![]() |
RequiredImpersonationLevel | Gets and sets the required impersonation level. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines if the current instance is equal to the specified Object.(Overrides Object.Equals(Object).) |
![]() |
Equals(ProviderInfo) | Determines if the current instance is equal to the specified ProviderInfo |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | Gets a hash code for the current instance.(Overrides Object.GetHashCode().) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged | Represents an event that is raised when any of the properties are changed. |
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality(ProviderInfo, ProviderInfo) | Determines whether two specified ProviderInfo objects have the same value. |
![]() ![]() |
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