일반적으로 C#에서 사용하던 remoteEndpoint 메소드는 역시 사용이 안될 것 같아서요
html,body{padding:0;margin:0;font-family:Verdana,Geneva,sans-serif;background:#fff;}html{font-size:100%}body{font-size:.75em;line-height:1.5;padding-top:1px;margin-top:-1px;}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em}h3{font-size:1.16em}h4{font-size:1em}h5{font-size:.83em}h6{font-size:.7em}p{margin:0 0 1em;padding:0 .2em}.t-marker{display:none;}.t-paste-container{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}ul,ol{padding-left:2.5em}a{color:#00a}code, pre{font-size:1.23em}
private async void SocketListener_ConnectionReceived(Windows.Networking.Sockets.StreamSocketListener sender,
Windows.Networking.Sockets.StreamSocketListenerConnectionReceivedEventArgs args)
{
//Read line from the remote client.
string a = args.Socket.Information.RemoteAddress(); 라는 메소드를 사용하여
textBlock.text = a; 이런식으로 작성하려 하였는데요.안되네요
제가 문법을 잘못 작성한 것인지 아니면 UWP 에서는 사용이 불가능 한 메소드인지 모르겠습니다.
RemoteAddress에빨간줄이그어집니다. 어떤메소드를 사용해서 접속한 클라이언트의주소를 받아올 수 있을까요?
[최초 등록일: ]
[최종 수정일: 12/9/2015]