AttributeRequestMessage Methods
.NET Framework 4.5
The AttributeRequestMessage type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetParameter | Returns the specified parameter value from the parameters dictionary. (Inherited from FederationMessage.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RemoveParameter | Removes a parameter from the parameters dictionary. (Inherited from FederationMessage.) |
|
SetParameter | Sets the value of a parameter in the parameters dictionary. (Inherited from FederationMessage.) |
|
SetUriParameter | Sets the value of a parameter in the parameters dictionary. The value must be an absolute URI. (Inherited from FederationMessage.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
Validate | No validation is performed by the framework. Users of this class should validate externally. (Overrides FederationMessage.Validate().) |
|
Write | Writes the message in query string form to the specified text writer. (Overrides FederationMessage.Write(TextWriter).) |
|
WriteFormPost | Serializes the message as a form post and returns the resulting Form together with its Javascript as a string. (Inherited from FederationMessage.) |
|
WriteQueryString | Returns a string representation of the message in query-string format. (Inherited from FederationMessage.) |