Click or drag to resize

RequestEventSendReply Method (String)

Sends a SUCCESS reply message built using the supplied text.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public void SendReply(
	string text
)

Parameters

text
Type: SystemString
The text format used to build the reply message.
Exceptions
ExceptionCondition
ArgumentNullExceptiontext is null.
See Also