SignOutCleanupRequestMessage.Write(TextWriter) Método
Definição
Grava a mensagem no formulário de cadeia de caracteres de consulta para o gravador de texto especificado.Writes the message in query string form to the specified text writer.
public:
override void Write(System::IO::TextWriter ^ writer);
public override void Write (System.IO.TextWriter writer);
override this.Write : System.IO.TextWriter -> unit
Public Overrides Sub Write (writer As TextWriter)
Parâmetros
- writer
- TextWriter
O gravador no qual gravar a mensagem.The writer to which to write the message.
Exceções
writer é null.writer is null.
Comentários
Esse método chama o Validate método antes de gravar a mensagem.This method calls the Validate method before writing the message.