-
Notifications
You must be signed in to change notification settings - Fork 0
fb857cb7 bc1f e2c6 920f 35db79b9646f
Mat Walker edited this page Apr 17, 2020
·
1 revision
[This is preliminary documentation and is subject to change.]
Provides test-oriented functionality for TCP based interactions
System.Object
TeamControlium.NonGUI.TCPBased
Namespace: TeamControlium.NonGUI
Assembly: TeamControlium.NonGUI (in TeamControlium.NonGUI.dll) Version: 2.0.0
C#
public class TCPBased
The TCPBased type exposes the following members.
Name | Description | |
---|---|---|
TCPBased | Initializes a new instance of the TCPBased class |
Name | Description | |
---|---|---|
CertificateValidationCallback | Gets or sets server certificate validation delegate Allowing external SSL (https://) server certificate checking and response. | |
ClientCertificate | Gets or sets X509 Certificate to use if required. |
Name | Description | |
---|---|---|
DoTCPRequest(Nullable(SslProtocols), X509Certificate2, String, Int32, String) | Performs a single TCP send/receive and assumes server will close connection. | |
DoTCPRequest(Nullable(SslProtocols), String, String, String, Int32, String) | Performs a single TCP send/receive and assumes server will close connection. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
- 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