コード例 #1
0
 public global::Windows.Foundation.IAsyncAction ConnectAsync(global::Windows.Networking.EndpointPair endpointPair)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction DatagramSocket.ConnectAsync(EndpointPair endpointPair) is not implemented in Uno.");
 }
コード例 #2
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.Streams.IOutputStream> GetOutputStreamAsync(global::Windows.Networking.EndpointPair endpointPair)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IOutputStream> DatagramSocket.GetOutputStreamAsync(EndpointPair endpointPair) is not implemented in Uno.");
 }
コード例 #3
0
ファイル: StreamSocket.cs プロジェクト: propellingbits/Uno
 public global::Windows.Foundation.IAsyncAction ConnectAsync(global::Windows.Networking.EndpointPair endpointPair, global::Windows.Networking.Sockets.SocketProtectionLevel protectionLevel)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction StreamSocket.ConnectAsync(EndpointPair endpointPair, SocketProtectionLevel protectionLevel) is not implemented in Uno.");
 }