Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 28th, 2004, 04:34 AM
Registered User
 
Join Date: Nov 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to use C# connect to flash with XMLSocket

I write a C# program using TcpListener and TcpClient as a Server side program. But it just can receive the data from Flash but cannot send to flash!

TcpListener _listen = new TcpListener(2000);
_listen.start();
TcpClient _client = _listen.AcceptTcpClient();
NetStream stream = _client.GetStream();
......





Similar Threads
Thread Thread Starter Forum Replies Last Post
Help In Flash mushahid980 C++ Programming 0 February 21st, 2007 12:20 PM
Flash help! matchew Flash (all versions) 2 February 17th, 2006 02:59 PM
New to Flash bmains Flash (all versions) 3 July 2nd, 2004 03:08 AM
Using Flash Ned Flash (all versions) 1 March 18th, 2004 02:12 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.