Пространство имен: Microsoft.IdentityModel.Protocols.WSIdentity
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim instance As RequestInformationCardsResponseSerializer Dim writer As XmlWriter Dim response As RequestInformationCardsResponse instance.WriteXml(writer, response) |
Синтаксис
Visual Basic |
---|
Public Overridable Sub WriteXml ( _ writer As XmlWriter, _ response As RequestInformationCardsResponse _ ) |
C# |
---|
public virtual void WriteXml ( XmlWriter writer, RequestInformationCardsResponse response ) |
C++ |
---|
public: virtual void WriteXml ( XmlWriter^ writer, RequestInformationCardsResponse^ response ) |
J# |
---|
public void WriteXml ( XmlWriter writer, RequestInformationCardsResponse response ) |
JScript |
---|
public function WriteXml ( writer : XmlWriter, response : RequestInformationCardsResponse ) |
Параметры
- writer
- response
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.