Defines the base class from which all the Federation messages classes derive.
В следующей таблице перечислены члены, предоставляемые типом WSFederationMessage.
Защищенный
Конструкторы
Имя | Описание | |
---|---|---|
WSFederationMessage | Initializes an instance of WSFederationMessage. |
Открытый
Свойства
Имя | Описание | |
---|---|---|
![]() |
Action | Gets or sets the wa parameter of the message. |
![]() |
BaseUri | |
![]() |
Context | Gets or sets the wctx parameter of the message. |
![]() |
Encoding | Gets or sets the Encoding to be used for any XML embedded in the message. |
![]() |
Parameters | Get the message parameters as a Dictionary. |
Открытый Методы
(см. также Защищенный Методы)
Имя | Описание | |
---|---|---|
![]() ![]() |
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 | Перегружено. (унаследовано от Object) |
![]() ![]() |
GetBaseUrl | Helper method that extracts the BaseUrl for a given Uri. |
![]() |
GetHashCode | (унаследовано от Object) |
![]() |
GetParameter | Returns the given parameter value from the Parameters Dictionary. |
![]() |
GetType | (унаследовано от Object) |
![]() ![]() |
ParseQueryString | Helper method to parse the query string in the URI into a NameValueCollection. |
![]() ![]() |
ReferenceEquals | (унаследовано от 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 | (унаследовано от 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. |
Защищенный
Методы
Имя | Описание | |
---|---|---|
![]() |
Finalize | (унаследовано от Object) |
![]() |
MemberwiseClone | (унаследовано от Object) |
![]() |
Validate | Validates the message. Checks if a valid BaseUrl has been specified. |
См. также
© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.