Namespace: Microsoft.IdentityModel.Protocols.WSIdentity
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As RequestInformationCardsResponseSerializer Dim stream As Stream Dim response As RequestInformationCardsResponse instance.WriteXml(stream, response) |
Syntax
Visual Basic |
---|
Public Overridable Sub WriteXml ( _ stream As Stream, _ response As RequestInformationCardsResponse _ ) |
C# |
---|
public virtual void WriteXml ( Stream stream, RequestInformationCardsResponse response ) |
C++ |
---|
public: virtual void WriteXml ( Stream^ stream, RequestInformationCardsResponse^ response ) |
J# |
---|
public void WriteXml ( Stream stream, RequestInformationCardsResponse response ) |
JScript |
---|
public function WriteXml ( stream : Stream, response : RequestInformationCardsResponse ) |
Parameters
- stream
- response
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.