Class EdgeCommandInfo
Inheritance
System.Object
EdgeCommandInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.BrowserSpecialized.MicrosoftEdge
Assembly: ArtOfTest.WebAii.dll
Syntax
public class EdgeCommandInfo
Constructors
EdgeCommandInfo(String, String)
Declaration
public EdgeCommandInfo(string method, string resourcePath)
Parameters
System.
|
System.
|
Fields
DeleteCommand
Declaration
public const string DeleteCommand = "DELETE"
Field Value
System.
|
GetCommand
Declaration
public const string GetCommand = "GET"
Field Value
System.
|
PostCommand
Declaration
public const string PostCommand = "POST"
Field Value
System.
|
Properties
Method
Declaration
public string Method { get; }
Property Value
System.
|
ResourcePath
Declaration
public string ResourcePath { get; }
Property Value
System.
|
Methods
CreateWebRequest(Uri, EdgeCommand)
Declaration
public HttpWebRequest CreateWebRequest(Uri baseUri, EdgeCommand commandToExecute)
Parameters
System.
|
Edge
|
Returns
System.
|