Message.WriteStartEnvelope Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Serializes the start envelope using the specified XmlDictionaryWriter.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- writer
- Type: System.Xml.XmlDictionaryWriter
An XmlDictionaryWriter object to be used to write the start envelope.
| Exception | Condition |
|---|---|
| ArgumentNullException | writer is null. |
Show: