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
ConnectivityParameters() |
Initializes a new instance of the ConnectivityParameters class. |
ConnectivityParameters(ConnectivitySource, ConnectivityDestination, Protocol, ProtocolConfiguration, IPVersion) |
Initializes a new instance of the ConnectivityParameters class. |
Properties
Destination |
Gets or sets describes 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 describes the source of the connection. |
Methods
Validate() |
Validate the object. |