| 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
)
Public Sub SendReply (
text As String
)
Parameters
- text
- Type: SystemString
The text format used to build the reply message.
Exceptions See Also