| RequestEventSendErrorReply Method (String) |
Sends an
ERROR reply message using the
supplied
text message.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public void SendErrorReply(
string text
)
Public Sub SendErrorReply (
text As String
)
Parameters
- text
- Type: SystemString
The text message used to build the reply message.
Exceptions See Also