ProviderEndpointBehaviorAttribute Class

 

Represents an attribute that is used to specify the behavior of provider contracts.

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

System::Object
  System::Attribute
    Microsoft.WindowsServerSolutions.Common.ProviderFramework::ProviderEndpointBehaviorAttribute

[AttributeUsageAttribute(AttributeTargets::Interface, AllowMultiple = false, 
	Inherited = false)]
[DataContractAttribute]
public ref class ProviderEndpointBehaviorAttribute sealed : Attribute, 
	IEquatable<ProviderEndpointBehaviorAttribute^>

NameDescription
System_CAPS_pubmethodProviderEndpointBehaviorAttribute(CredentialType)

Initializes a new instance of the ProviderEndpointBehaviorAttribute class with the specified credential type.

System_CAPS_pubmethodProviderEndpointBehaviorAttribute(CredentialType, ConnectionSetting)

Initializes a new instance of the ProviderEndpointBehaviorAttribute class with the specified credential type and connection setting.

NameDescription
System_CAPS_pubpropertyAllowedConnectionType

Gets the connection setting for a provider.

System_CAPS_pubpropertyEndpointCredentialType

Gets the credential type that is expected by the provider.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Calls the Equals method with the specified object.(Overrides Attribute::Equals(Object^).)

System_CAPS_pubmethodEquals(ProviderEndpointBehaviorAttribute^)

Compares one ProviderEndpointBehaviorAttribute object to another ProviderEndpointBehaviorAttribute object.

System_CAPS_pubmethodGetHashCode()

Returns a hash code for the ProviderEndpointBehaviorAttribute object.(Overrides Attribute::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: