HttpRequestStreamReader.Peek Method

Definition

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

Returns

Applies to