在后台运行监听器而不冻结gui C#

时间:2015-08-11 12:29:00

标签: c# sockets

我最近开始在C#中使用套接字探索网络,我注意到当服务器侦听连接时,gui会冻结。我想知道是否有一个简单的解决方法呢? 当我们在那时,我也想问一下处理多个客户。 我应该有一个监听器和一个列表(或类似的)套接字来处理连接的客户端吗? 如果我应该有一个监听器,那么我应该如何只接受一个监听器来接受多个连接呢?

请记住,在C#方面我是一个新人。

提前谢谢

1 个答案:

答案 0 :(得分:-2)

如果您正在使用Windows应用程序,请使用 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content"> <ImageView android:id="@+id/ImageView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/my_drawable" android:scaleType="fitCenter" android:visibility="gone"/> <VideoView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|center" android:padding="5dp" android:id="@+id/VideoView" android:visibility="gone"/> </FrameLayout>