Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() ![]() |
CreateFromFormPost | Helper method to create a Federation message from a Form Post received in the HttpRequest. |
![]() ![]() |
CreateFromNameValueCollection | Creates a Federation from a NameValueCollection of parameters. |
![]() ![]() |
CreateFromUri | Helper method to create a Federation message from a URI. The parameters are assumed to be specified as a query string. |
![]() |
Equals | Overloaded. (Inherited from Object) |
![]() ![]() |
GetBaseUrl | Helper method that extracts the BaseUrl for a given Uri. |
![]() |
GetHashCode | (Inherited from Object) |
![]() |
GetParameter | Returns the given parameter value from the Parameters Dictionary. |
![]() |
GetType | (Inherited from Object) |
![]() ![]() |
ParseQueryString | Helper method to parse the query string in the URI into a NameValueCollection. |
![]() ![]() |
ReferenceEquals | (Inherited from Object) |
![]() |
RemoveParameter | Removes a parameter from the Parameter dictionary. |
![]() |
SetParameter | Sets a parameter to the Parameters Dictionary. |
![]() |
SetUriParameter | Sets a parameter to the Parameters Dictionary, which must be an absolute URI. |
![]() |
ToString | (Inherited from Object) |
![]() ![]() |
TryCreateFromUri | Helper method to create a Federation message from a URI. The parameters are assumed to be specified as a query string. A return value indicates whether the operation succeeded. |
![]() |
Write | Abstract Write method that all Federation messages override. |
![]() |
WriteFormPost | Writes the message parameter as a Form Post and returns the resulting Form along with the Javascript as a string. |
![]() |
WriteQueryString | Writes the Messages parameters as a query string and returns this as a String. |
Protected
Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object) |
![]() |
MemberwiseClone | (Inherited from Object) |
![]() |
Validate | Validates the message. Checks if a valid BaseUrl has been specified. |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.