Gets or sets a value that specifies whether the Formatter object serializes an outbound message.
Public Property SerializeRequest As Boolean
Dim instance As ClientOperation Dim value As Boolean value = instance.SerializeRequest instance.SerializeRequest = value
public bool SerializeRequest { get; set; }
public: property bool SerializeRequest { bool get (); void set (bool value); }
public function get SerializeRequest () : boolean public function set SerializeRequest (value : boolean)
Use the SerializeRequest property to indicate whether the formatter serializes operation parameters into a reply message or to determine if the first parameter is sent as the outbound message.
If set to false, the operation must have exactly one parameter of type Message or an exception is thrown.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003