Skip to content

Commit 2811e2c

Browse files
author
attdevsupport
committed
Sample app C# fix
1 parent 4f52620 commit 2811e2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

RESTFul/IMMN/Csharp/app1/Default.aspx.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,6 @@ private void SendMessageRequest(string accToken, string edPoint, string subject,
514514
msgRequestObject.ContentType = contentType;
515515
//msgRequestObject.Accept = "application/xml";
516516
string mmsParameters = this.phoneNumbersParameter + "subject=" + Server.UrlEncode(subject) + "&text=" + Server.UrlEncode(message) + "&isGroup=" + groupflag;
517-
Response.Write(mmsParameters);
518517
string dataToSend = string.Empty;
519518
dataToSend += "--" + boundaryToSend + "\r\n";
520519
dataToSend += "Content-Disposition: form-data; name=\"root-fields\"\r\n" + "Content-Type: application/x-www-form-urlencoded; charset=UTF-8\r\nContent-Transfer-Encoding: 8bit\r\nContent-ID: startpart\r\n\r\n" + mmsParameters + "\r\n";

0 commit comments

Comments
 (0)