-
Notifications
You must be signed in to change notification settings - Fork 0
b823350e 0bdf 5f87 34ad 9eb88f07fee1
Mat Walker edited this page Apr 17, 2020
·
1 revision
[This is preliminary documentation and is subject to change.]
Performs an HTTP POST to the required Domain/ResourcePath containing given HTTP Header and Body
Namespace: TeamControlium.NonGUI
Assembly: TeamControlium.NonGUI (in TeamControlium.NonGUI.dll) Version: 2.0.0
C#
public bool TryHttpPOST(
out HTTPBased.ItemList response
)
- response
- Type: TeamControlium.NonGUI.HTTPBased.ItemList
Processed HTTP Response if successful or null if not
Type: Boolean
True if successful, false if not. See TryException for exception in case of false.
Property | Example | Comments |
---|---|---|
Domain |
/path/to/resource.wso
Accept: /\r\nHost: www.mypostexample.com\r\nAccept-Encoding: identity\r\nConnection: close\r\n
|
- TeamControlium Namespace
-
TeamControlium.NonGUI Namespace
-
HTTPBased Class
- HTTPBased Constructor
-
HTTPBased Properties
- HTTPBased.Body Property
- HTTPBased.CertificateValidationCallback Property
- HTTPBased.ClientCertificate Property
- HTTPBased.Domain Property
- HTTPBased.HeaderList Property
- HTTPBased.HeaderString Property
- HTTPBased.HTTPMethod Property
- HTTPBased.QueryList Property
- HTTPBased.QueryString Property
- HTTPBased.ResourcePath Property
- HTTPBased.ResponseRaw Property
- HTTPBased.TryException Property
- HTTPBased.UseSSL Property
- HTTPBased Methods
- HTTPBased.HTTPMethods Enumeration
- HTTPBased.ItemList Class
- TCPBased Class
-
HTTPBased Class