Override of the base class method. Serializes the RSTR to the
outgoing stream.
Пространство имен:
Microsoft.IdentityModel.Protocols.WSTrust
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim writer As XmlDictionaryWriter
Me.OnWriteBodyContents(writer)
|
Синтаксис
Visual Basic |
Protected Overrides Sub OnWriteBodyContents ( _
writer As XmlDictionaryWriter _
)
|
C# |
protected override void OnWriteBodyContents (
XmlDictionaryWriter writer
)
|
C++ |
protected:
virtual void OnWriteBodyContents (
XmlDictionaryWriter^ writer
) override
|
J# |
protected void OnWriteBodyContents (
XmlDictionaryWriter writer
)
|
JScript |
protected override function OnWriteBodyContents (
writer : XmlDictionaryWriter
)
|
Параметры
- writer
-
Writer to which the RSTR should be written.
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также