System.ServiceModel.Dispatcher.WebMessageFormatter.WrappedBodyWriter.WriteRawContents C# (CSharp) Method

WriteRawContents() public method

public WriteRawContents ( XmlDictionaryWriter writer ) : void
writer System.Xml.XmlDictionaryWriter
return void
			void WriteRawContents (XmlDictionaryWriter writer)
			{
				throw new NotSupportedException ("Some unsupported sequence of writing operation occured. It is likely a missing feature.");
			}