GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.IAllowRestMethods Interface Reference
Inheritance diagram for GenerallyPositive.IAllowRestMethods:
GenerallyPositive.IAllowRESTParametersOrExecution GenerallyPositive.IRESTClient GenerallyPositive.IRESTClient GenerallyPositive.RESTClient GenerallyPositive.RESTClient

Public Member Functions

IAllowRESTExecution Back ()
IAllowRESTExecution CaptureVisibleTab (ImageFormat imageFormat=ImageFormat.JPEG)
IAllowRESTExecution CloseTab (GPALUrl url=null)
IAllowRESTExecution CloseTab (int tabId)
IAllowRESTExecution CloseWindow (GPALUrl url=null)
IAllowRESTExecution CloseBrowser ()
IAllowRESTExecution CloseWindow (int tabId)
IAllowRESTStorageOptions DeleteStorage (WebsiteStorageType storageType)
IAllowRESTParameters ExecuteJavaScript (string script)
IAllowRESTParameters InjectScript (string script)
IAllowRESTParameters ClearInjectedScripts ()
IAllowRESTInputText FillInAppend (string elementId)
IAllowRESTInputText FillInInsert (string elementId)
IAllowRESTInputText FillInOverwrite (string elementId)
IAllowRESTExecution Forward ()
IAllowRESTExecution FullScreen ()
IAllowRESTExecution GetReadyStatus ()
IAllowRESTExecution CheckNetworkIdle (int maxConnections=0)
IAllowRESTExecution GetShadowRoot (string css)
IAllowRESTStorageOptions GetStorage (WebsiteStorageType storageType)
IAllowRESTExecution GetCurrentUrl ()
IAllowRESTExecution GetCurrentWindow ()
IAllowRESTExecution GetOptions (string elementId)
IAllowRESTExecution GetLanguages ()
IAllowRESTCaptureOptions CaptureCalls (bool capture=true)
IAllowRESTExecution GetCapturedCalls ()
IAllowRESTExecution GetUserAgent ()
IAllowRESTExecution GoTo (GPALUrl url)
IAllowRESTExecution GoToTab (GPALUrl url)
IAllowRESTExecution GoToTab (int tabId)
IAllowRESTExecution GoToWindow (GPALUrl url)
IAllowRESTExecution GoToWindow (int tabId)
IAllowRESTExecution Maximize ()
IAllowRESTExecution Minimize ()
IAllowRESTExecution MoveTo (string elementId)
IAllowRESTExecution NewTab (GPALUrl url=null)
IAllowRESTExecution NextTab ()
IAllowRESTExecution TabCount ()
IAllowRESTExecution NextWindow ()
IAllowRESTExecution Normal ()
IAllowRESTExecution OpenWindow (GPALUrl url=null)
IAllowRESTExecution OverrideReferrer (string referrer)
IAllowRESTExecution PageDown (int pagesToScroll=1)
IAllowRESTExecution PageEnd ()
IAllowRESTExecution PageTop ()
IAllowRESTExecution PageUp (int pagesToScroll=1)
IAllowRESTExecution PressModifierKey (ModifierKeys modifierKeys)
IAllowRESTExecution PreviousTab ()
IAllowRESTExecution PreviousWindow ()
IAllowRESTExecution Refresh ()
IAllowRESTExecution ReleaseModifierKey (ModifierKeys modifierKeys)
IAllowRESTExecution Restore ()
IAllowRESTExecution ScrollWindowByHorizontal (int pixels)
IAllowRESTExecution ScrollWindowByVertical (int pixels)
IAllowRESTExecution SendString (string text, int delayMs=0)
 Simulates typing in OttoMagic: dispatches key events character-by-character. Honors GPAL.TypingDelay when delayMs is left at its default (0). See GPAL.WithTypingDelay for the SendString vs. FillIn guidance.
IAllowRESTExecution SendKey (byte vkcode)
IAllowRangeValue SetRange (string elementId)
IAllowRESTStorageOptions SetStorage (WebsiteStorageType storageType)
IAllowRESTExecution SetUserAgent (string userAgent)
IAllowRESTExecution StealthOverrideReferrer ()
IAllowRESTExecution SubmitForm (string elementId)
IAllowRESTExecution SwitchToDefaultContent ()
IAllowRESTExecution SwitchToElement (string elementId)
IAllowRESTExecution SwitchToFrame (string elementId)
IAllowRESTExecution SwitchToShadowRoot (string elementId)
IAllowRESTExecution GetWorkflow ()
IAllowRESTExecution GetSettings ()
IAllowRESTExecution GetGpalSettings ()
IAllowRESTExecution GetBrowserSettings ()
IAllowRESTExecution FireChangeEvent (string elementId)
IAllowRESTExecution Focus (string elementId)
IAllowRESTExecution GetBoundingClientRect (string elementId)
IAllowRESTExecution ElementFromPoint (string elementId, int x, int y)
IAllowRESTExecution GetElementAttributeHash (string elementId)
IAllowRESTExecution GetPageSource ()
IAllowRESTExecution GetParentNode (string elementId)
IAllowRESTExecution GetContentAndCss (string selector)
IAllowRESTExecution GetCssAttributes (string selector)
IAllowRESTExecution GetDomAttributes (string selector)
IAllowRESTExecution GetDomProperties (string selector)
IAllowRESTExecution GetWindowRectangle ()
IAllowRESTExecution HideElement (string elementId)
IAllowRESTExecution IsClickable (string elementId)
IAllowRESTExecution IsDisplayed (string elementId)
IAllowRESTExecution IsEnabled (string elementId)
IAllowRESTExecution IsEndOfPage ()
IAllowRESTExecution IsVisibleInViewport (string elementId)
IAllowRESTExecution LeftClick (string elementId)
IAllowRESTWithDownloadFilename RightClickAndDownload (string elementId)
IAllowRESTWithDownloadFilename LeftClickAndDownload (string elementId)
IAllowRESTExecution SetDownloadFilename (string downloadPath)
IAllowRESTWithUploadFilename LeftClickAndUpload (string elementId)
IAllowRESTExecution LeftDoubleClick (string elementId)
IAllowRESTExecution MiddleClick (string elementId)
IAllowRESTExecution RightClick (string elementId)
IAllowRESTExecution ScrollIntoView (string elementId)
IAllowRESTExecution WindowInnerHeight ()
IAllowRESTExecution WindowInnerWidth ()
IAllowRESTExecution WindowOuterHeight ()
IAllowRESTExecution WindowOuterWidth ()
IAllowRESTParametersOrExecution Fetch (string url)
IAllowRESTParametersOrExecution WithVerb (string method)
IAllowRESTParametersOrExecution WithBody (string body)
IAllowRESTParametersOrExecution WithContentType (string contentType)
IAllowRESTParametersOrExecution WithHeaders (string[] headers)
IAllowRESTParametersOrExecution WithBytes (bool bytes)
IAllowRESTExecution WindowPageOffsetX ()
IAllowRESTExecution WindowPageOffsetY ()
IAllowRESTExecution WindowScreenLeft ()
IAllowRESTExecution WindowScreenTop ()
IAllowRESTExecution Hover (string elementId)
IAllowRESTExecution EvaluatePersistent (string xpath)
IAllowRESTExecution EvaluateAllPersistent (string xpath)
IAllowRESTExecution QueryPersistentSelector (string css)
IAllowRESTExecution QueryPersistentSelectors (string css)
IAllowRESTExecution Evaluate (string xpath)
IAllowRESTExecution EvaluateAll (string xpath)
IAllowRESTExecution QuerySelector (string css)
IAllowRESTExecution QuerySelectors (string css)
IAllowRESTExecution ScrollWindow (int hPixels, int vPixels)
IAllowRESTExecution TopBrowser ()
IAllowRESTExecution ClearReferrer ()
IAllowSelectOptions SelectClick (string elementId)
IAllowRESTAttribute SetAttribute (string elementId)
IAllowRESTScrollElement ScrollElement (string elementId)
IAllowRESTExecution ScrollElement (int hPixels, int vPixels)
IAllowRESTDragAndDrop DragAndDrop (string elementId)
IAllowRESTAttribute GetAttribute (string elementId)

Detailed Description

Definition at line 1040 of file Interfaces.cs.

Member Function Documentation

◆ Back()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.Back ( )

◆ CaptureCalls()

IAllowRESTCaptureOptions GenerallyPositive.IAllowRestMethods.CaptureCalls ( bool capture = true)

◆ CaptureVisibleTab()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.CaptureVisibleTab ( ImageFormat imageFormat = ImageFormat.JPEG)

◆ CheckNetworkIdle()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.CheckNetworkIdle ( int maxConnections = 0)

◆ ClearInjectedScripts()

IAllowRESTParameters GenerallyPositive.IAllowRestMethods.ClearInjectedScripts ( )

◆ ClearReferrer()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.ClearReferrer ( )

◆ CloseBrowser()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.CloseBrowser ( )

◆ CloseTab() [1/2]

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.CloseTab ( GPALUrl url = null)

◆ CloseTab() [2/2]

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.CloseTab ( int tabId)

◆ CloseWindow() [1/2]

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.CloseWindow ( GPALUrl url = null)

◆ CloseWindow() [2/2]

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.CloseWindow ( int tabId)

◆ DeleteStorage()

IAllowRESTStorageOptions GenerallyPositive.IAllowRestMethods.DeleteStorage ( WebsiteStorageType storageType)

◆ DragAndDrop()

IAllowRESTDragAndDrop GenerallyPositive.IAllowRestMethods.DragAndDrop ( string elementId)

◆ ElementFromPoint()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.ElementFromPoint ( string elementId,
int x,
int y )

◆ Evaluate()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.Evaluate ( string xpath)

◆ EvaluateAll()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.EvaluateAll ( string xpath)

◆ EvaluateAllPersistent()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.EvaluateAllPersistent ( string xpath)

◆ EvaluatePersistent()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.EvaluatePersistent ( string xpath)

◆ ExecuteJavaScript()

IAllowRESTParameters GenerallyPositive.IAllowRestMethods.ExecuteJavaScript ( string script)

◆ Fetch()

IAllowRESTParametersOrExecution GenerallyPositive.IAllowRestMethods.Fetch ( string url)

◆ FillInAppend()

IAllowRESTInputText GenerallyPositive.IAllowRestMethods.FillInAppend ( string elementId)

◆ FillInInsert()

IAllowRESTInputText GenerallyPositive.IAllowRestMethods.FillInInsert ( string elementId)

◆ FillInOverwrite()

IAllowRESTInputText GenerallyPositive.IAllowRestMethods.FillInOverwrite ( string elementId)

◆ FireChangeEvent()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.FireChangeEvent ( string elementId)

◆ Focus()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.Focus ( string elementId)

◆ Forward()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.Forward ( )

◆ FullScreen()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.FullScreen ( )

◆ GetAttribute()

IAllowRESTAttribute GenerallyPositive.IAllowRestMethods.GetAttribute ( string elementId)

◆ GetBoundingClientRect()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GetBoundingClientRect ( string elementId)

◆ GetBrowserSettings()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GetBrowserSettings ( )

◆ GetCapturedCalls()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GetCapturedCalls ( )

◆ GetCurrentUrl()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GetCurrentUrl ( )

◆ GetCurrentWindow()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GetCurrentWindow ( )

◆ GetElementAttributeHash()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GetElementAttributeHash ( string elementId)

◆ GetGpalSettings()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GetGpalSettings ( )

◆ GetLanguages()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GetLanguages ( )

◆ GetOptions()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GetOptions ( string elementId)

◆ GetParentNode()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GetParentNode ( string elementId)

◆ GetReadyStatus()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GetReadyStatus ( )

◆ GetSettings()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GetSettings ( )

◆ GetShadowRoot()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GetShadowRoot ( string css)

◆ GetStorage()

IAllowRESTStorageOptions GenerallyPositive.IAllowRestMethods.GetStorage ( WebsiteStorageType storageType)

◆ GetUserAgent()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GetUserAgent ( )

◆ GetWorkflow()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GetWorkflow ( )

◆ GoTo()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GoTo ( GPALUrl url)

◆ GoToTab() [1/2]

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GoToTab ( GPALUrl url)

◆ GoToTab() [2/2]

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GoToTab ( int tabId)

◆ GoToWindow() [1/2]

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GoToWindow ( GPALUrl url)

◆ GoToWindow() [2/2]

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.GoToWindow ( int tabId)

◆ HideElement()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.HideElement ( string elementId)

◆ Hover()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.Hover ( string elementId)

◆ InjectScript()

IAllowRESTParameters GenerallyPositive.IAllowRestMethods.InjectScript ( string script)

◆ IsClickable()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.IsClickable ( string elementId)

◆ IsDisplayed()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.IsDisplayed ( string elementId)

◆ IsEnabled()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.IsEnabled ( string elementId)

◆ IsEndOfPage()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.IsEndOfPage ( )

◆ IsVisibleInViewport()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.IsVisibleInViewport ( string elementId)

◆ LeftClick()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.LeftClick ( string elementId)

◆ LeftClickAndDownload()

IAllowRESTWithDownloadFilename GenerallyPositive.IAllowRestMethods.LeftClickAndDownload ( string elementId)

◆ LeftClickAndUpload()

IAllowRESTWithUploadFilename GenerallyPositive.IAllowRestMethods.LeftClickAndUpload ( string elementId)

◆ LeftDoubleClick()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.LeftDoubleClick ( string elementId)

◆ Maximize()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.Maximize ( )

◆ MiddleClick()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.MiddleClick ( string elementId)

◆ Minimize()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.Minimize ( )

◆ MoveTo()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.MoveTo ( string elementId)

◆ NewTab()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.NewTab ( GPALUrl url = null)

◆ NextTab()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.NextTab ( )

◆ NextWindow()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.NextWindow ( )

◆ Normal()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.Normal ( )

◆ OpenWindow()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.OpenWindow ( GPALUrl url = null)

◆ OverrideReferrer()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.OverrideReferrer ( string referrer)

◆ PageDown()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.PageDown ( int pagesToScroll = 1)

◆ PageEnd()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.PageEnd ( )

◆ PageTop()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.PageTop ( )

◆ PageUp()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.PageUp ( int pagesToScroll = 1)

◆ PressModifierKey()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.PressModifierKey ( ModifierKeys modifierKeys)

◆ PreviousTab()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.PreviousTab ( )

◆ PreviousWindow()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.PreviousWindow ( )

◆ QueryPersistentSelector()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.QueryPersistentSelector ( string css)

◆ QueryPersistentSelectors()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.QueryPersistentSelectors ( string css)

◆ QuerySelector()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.QuerySelector ( string css)

◆ QuerySelectors()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.QuerySelectors ( string css)

◆ Refresh()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.Refresh ( )

◆ ReleaseModifierKey()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.ReleaseModifierKey ( ModifierKeys modifierKeys)

◆ Restore()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.Restore ( )

◆ RightClick()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.RightClick ( string elementId)

◆ RightClickAndDownload()

IAllowRESTWithDownloadFilename GenerallyPositive.IAllowRestMethods.RightClickAndDownload ( string elementId)

◆ ScrollElement() [1/2]

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.ScrollElement ( int hPixels,
int vPixels )

◆ ScrollElement() [2/2]

IAllowRESTScrollElement GenerallyPositive.IAllowRestMethods.ScrollElement ( string elementId)

◆ ScrollIntoView()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.ScrollIntoView ( string elementId)

◆ ScrollWindowByHorizontal()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.ScrollWindowByHorizontal ( int pixels)

◆ ScrollWindowByVertical()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.ScrollWindowByVertical ( int pixels)

◆ SelectClick()

IAllowSelectOptions GenerallyPositive.IAllowRestMethods.SelectClick ( string elementId)

◆ SendKey()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.SendKey ( byte vkcode)

◆ SendString()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.SendString ( string text,
int delayMs = 0 )

Simulates typing in OttoMagic: dispatches key events character-by-character. Honors GPAL.TypingDelay when delayMs is left at its default (0). See GPAL.WithTypingDelay for the SendString vs. FillIn guidance.

Implemented in GenerallyPositive.RESTClient.

◆ SetAttribute()

IAllowRESTAttribute GenerallyPositive.IAllowRestMethods.SetAttribute ( string elementId)

◆ SetDownloadFilename()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.SetDownloadFilename ( string downloadPath)

◆ SetRange()

IAllowRangeValue GenerallyPositive.IAllowRestMethods.SetRange ( string elementId)

◆ SetStorage()

IAllowRESTStorageOptions GenerallyPositive.IAllowRestMethods.SetStorage ( WebsiteStorageType storageType)

◆ SetUserAgent()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.SetUserAgent ( string userAgent)

◆ StealthOverrideReferrer()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.StealthOverrideReferrer ( )

◆ SubmitForm()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.SubmitForm ( string elementId)

◆ SwitchToDefaultContent()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.SwitchToDefaultContent ( )

◆ SwitchToElement()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.SwitchToElement ( string elementId)

◆ SwitchToFrame()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.SwitchToFrame ( string elementId)

◆ SwitchToShadowRoot()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.SwitchToShadowRoot ( string elementId)

◆ TabCount()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.TabCount ( )

◆ TopBrowser()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.TopBrowser ( )

◆ WindowInnerHeight()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.WindowInnerHeight ( )

◆ WindowInnerWidth()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.WindowInnerWidth ( )

◆ WindowOuterHeight()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.WindowOuterHeight ( )

◆ WindowOuterWidth()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.WindowOuterWidth ( )

◆ WindowPageOffsetX()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.WindowPageOffsetX ( )

◆ WindowPageOffsetY()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.WindowPageOffsetY ( )

◆ WindowScreenLeft()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.WindowScreenLeft ( )

◆ WindowScreenTop()

IAllowRESTExecution GenerallyPositive.IAllowRestMethods.WindowScreenTop ( )

◆ WithBody()

IAllowRESTParametersOrExecution GenerallyPositive.IAllowRestMethods.WithBody ( string body)

◆ WithBytes()

IAllowRESTParametersOrExecution GenerallyPositive.IAllowRestMethods.WithBytes ( bool bytes)

◆ WithContentType()

IAllowRESTParametersOrExecution GenerallyPositive.IAllowRestMethods.WithContentType ( string contentType)

◆ WithHeaders()

IAllowRESTParametersOrExecution GenerallyPositive.IAllowRestMethods.WithHeaders ( string[] headers)

◆ WithVerb()

IAllowRESTParametersOrExecution GenerallyPositive.IAllowRestMethods.WithVerb ( string method)

The documentation for this interface was generated from the following file: