C# 클래스 Windows.Networking.Sockets.DatagramSocket

상속: IDatagramSocket, IClosable
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
BindEndpointAsync ( [ localHostName, [ localServiceName ) : IAsyncAction
BindServiceNameAsync ( [ localServiceName ) : IAsyncAction
Close ( ) : void
DatagramSocket ( ) : System
JoinMulticastGroup ( [ host ) : void

비공개 메소드들

메소드 설명
ConnectAsync ( [ endpointPair ) : IAsyncAction
ConnectAsync ( [ remoteHostName, [ remoteServiceName ) : IAsyncAction
GetEndpointPairsAsync ( [ remoteHostName, [ remoteServiceName ) : IAsyncOperation>
GetEndpointPairsAsync ( [ remoteHostName, [ remoteServiceName, [ sortOptions ) : IAsyncOperation>
GetOutputStreamAsync ( [ endpointPair ) : IAsyncOperation
GetOutputStreamAsync ( [ remoteHostName, [ remoteServiceName ) : IAsyncOperation

메소드 상세

BindEndpointAsync() 공개 메소드

public BindEndpointAsync ( [ localHostName, [ localServiceName ) : IAsyncAction
localHostName [
localServiceName [
리턴 IAsyncAction

BindServiceNameAsync() 공개 메소드

public BindServiceNameAsync ( [ localServiceName ) : IAsyncAction
localServiceName [
리턴 IAsyncAction

Close() 공개 메소드

public Close ( ) : void
리턴 void

DatagramSocket() 공개 메소드

public DatagramSocket ( ) : System
리턴 System

JoinMulticastGroup() 공개 메소드

public JoinMulticastGroup ( [ host ) : void
host [
리턴 void