Share via


HttpRequestMock.RegisterSourcePath(String, Int32) Method

Definition

helper to register source path with debugger.

protected void RegisterSourcePath (string path, int line);
member this.RegisterSourcePath : string * int -> unit
Protected Sub RegisterSourcePath (path As String, line As Integer)

Parameters

path
String

optional path.

line
Int32

optional line.

Applies to