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