HttpRequestStreamReader.Peek Método

Definición

Reads the next character without changing the state of the reader or the character source. Returns the next available character without actually reading it from the reader.

public:
 override int Peek();
public override int Peek ();
override this.Peek : unit -> int
Public Overrides Function Peek () As Integer

Devoluciones

Int32

Se aplica a