[This is preliminary documentation and is subject to change.]
Sends a response into remote client endpoint
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool SendResponse(
ResponseMsg response
)
public bool SendResponse(
ResponseMsg response
)
Public Function SendResponse (
response As ResponseMsg
) As Boolean
Public Function SendResponse (
response As ResponseMsg
) As Boolean
public:
bool SendResponse(
ResponseMsg^ response
)
public:
bool SendResponse(
ResponseMsg^ response
)
member SendResponse :
response : ResponseMsg -> bool
member SendResponse :
response : ResponseMsg -> bool
Return Value
Type:
Boolean