Sets a string to be served as a response.
public void SetResponseString(long connectionId, string dataStr, string contentType);
Public Sub SetResponseString(ByVal ConnectionId As Long, ByVal DataStr As String, ByVal ContentType As String)
Use this property to provide the response content in a string.