C# Class Windows.Networking.Sockets.StreamSocketListener

Inheritance: IStreamSocketListener, IClosable
显示文件 Open project: ermau/WinRT.NET Class Usage Examples

Public Methods

Method Description
AcceptAsync ( ) : AcceptOperation
Close ( ) : void
StreamSocketListener ( string serviceName ) : System

Method Details

AcceptAsync() public method

public AcceptAsync ( ) : AcceptOperation
return AcceptOperation

Close() public method

public Close ( ) : void
return void

StreamSocketListener() public method

public StreamSocketListener ( string serviceName ) : System
serviceName string
return System