ProviderInfo Class
Describes a provider.
Assembly: ProviderFramework (in ProviderFramework.dll)
| Name | Description | |
|---|---|---|
![]() | ProviderInfo() | Creates a new instance of the ProviderInfo object. |
| 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. |
| 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.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Represents an event that is raised when any of the properties are changed. |
| 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. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





