Click or drag to resize

GameModeBuilderUseEncoding Method

Overload List
  NameDescription
Public methodUseEncoding(Stream)
Use the code page described by the specified stream when en/decoding text messages sent to/from the server.
Public methodUseEncoding(String)
Use the code page described by the file at the specified path when en/decoding text messages sent to/from the server.
Public methodUseEncoding(Encoding)
Use the specified encoding when en/decoding text messages sent to/from the server.
Top
See Also