Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CreateMtomWriter() [2/2]

static XmlDictionaryWriter System.Xml.XmlDictionaryWriter.CreateMtomWriter ( Stream stream,
Encoding encoding,
int maxSizeInBytes,
string startInfo,
string? boundary,
string? startUri,
bool writeMessageHeaders,
bool ownsStream )
inlinestaticinherited

Definition at line 295 of file XmlDictionaryWriter.cs.

296 {
297 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_MtomEncoding);
298 }
static string PlatformNotSupported_MtomEncoding
Definition SR.cs:686
Definition SR.cs:7

References System.SR.PlatformNotSupported_MtomEncoding.