C# Class Opc.Ua.FindServersOnNetworkResponseMessage

ファイルを表示 Open project: OPCFoundation/Misc-Tools

Public Methods

Method Description
FindServersOnNetworkResponseMessage ( ) : System

Initializes an empty message.

FindServersOnNetworkResponseMessage ( FindServersOnNetworkResponse FindServersOnNetworkResponse ) : System

Initializes the message with the body.

FindServersOnNetworkResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

Method Details

FindServersOnNetworkResponseMessage() public method

Initializes an empty message.
public FindServersOnNetworkResponseMessage ( ) : System
return System

FindServersOnNetworkResponseMessage() public method

Initializes the message with the body.
public FindServersOnNetworkResponseMessage ( FindServersOnNetworkResponse FindServersOnNetworkResponse ) : System
FindServersOnNetworkResponse FindServersOnNetworkResponse
return System

FindServersOnNetworkResponseMessage() public method

Initializes the message with a service fault.
public FindServersOnNetworkResponseMessage ( ServiceFault ServiceFault ) : System
ServiceFault ServiceFault
return System