ConnectivityParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters that determine how the connectivity check will be performed.
public class ConnectivityParameters
type ConnectivityParameters = class
Public Class ConnectivityParameters
- Inheritance
-
ConnectivityParameters
Constructors
| Name | Description |
|---|---|
| ConnectivityParameters() |
Initializes a new instance of the ConnectivityParameters class. |
| ConnectivityParameters(ConnectivitySource, ConnectivityDestination, String, ProtocolConfiguration, String) |
Initializes a new instance of the ConnectivityParameters class. |
Properties
| Name | Description |
|---|---|
| Destination |
Gets or sets the destination of connection. |
| PreferredIPVersion |
Gets or sets preferred IP version of the connection. Possible values include: 'IPv4', 'IPv6' |
| Protocol |
Gets or sets network protocol. Possible values include: 'Tcp', 'Http', 'Https', 'Icmp' |
| ProtocolConfiguration |
Gets or sets configuration of the protocol. |
| Source |
Gets or sets the source of the connection. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |