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.String
method
|
|
System.String
resourcePath
|
Fields
DeleteCommand
Declaration
public const string DeleteCommand = "DELETE"
Field Value
|
System.String
|
GetCommand
Declaration
public const string GetCommand = "GET"
Field Value
|
System.String
|
PostCommand
Declaration
public const string PostCommand = "POST"
Field Value
|
System.String
|
Properties
Method
Declaration
public string Method { get; }
Property Value
|
System.String
|
ResourcePath
Declaration
public string ResourcePath { get; }
Property Value
|
System.String
|
Methods
CreateWebRequest(Uri, EdgeCommand)
Declaration
public HttpWebRequest CreateWebRequest(Uri baseUri, EdgeCommand commandToExecute)
Parameters
|
System.Uri
baseUri
|
|
EdgeCommand
commandToExecute
|
Returns
|
System.Net.HttpWebRequest
|