C# Class Microsoft.Protocols.TestSuites.BranchCache.ProbeMsg

The Probe message is part of the WS-Discovery standard.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
messageId string
scopes string
types string

Méthodes publiques

Méthode Description
ProbeMsg ( ) : System

Initializes a new instance of the ProbeMsg class without parameter

ProbeMsg ( string messageId, string types, string scopes ) : System

Initializes a new instance of the ProbeMsg class

Method Details

ProbeMsg() public méthode

Initializes a new instance of the ProbeMsg class without parameter
public ProbeMsg ( ) : System
Résultat System

ProbeMsg() public méthode

Initializes a new instance of the ProbeMsg class
public ProbeMsg ( string messageId, string types, string scopes ) : System
messageId string he id of the probe message
types string Represents the list of discovery provider types.
scopes string Represents the list of discovery provider scopes
Résultat System

Property Details

messageId public_oe property

The id of the probe message
public string messageId
Résultat string

scopes public_oe property

Represents the list of discovery provider scopes
public string scopes
Résultat string

types public_oe property

Represents the list of discovery provider types.
public string types
Résultat string