MessageHeaders Constructor (MessageVersion, Int32)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the MessageHeaders class with the specified message version and size.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- version
- Type: System.ServiceModel.Channels.MessageVersion
The SOAP version of the message.
- initialSize
- Type: System.Int32
The size of the header.
Show: