Example #1
0
 public global::Windows.Foundation.IAsyncOperationWithProgress <ulong, ulong> WriteToStreamAsync(global::Windows.Storage.Streams.IOutputStream outputStream)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<ulong, ulong> HttpBufferContent.WriteToStreamAsync(IOutputStream outputStream) is not implemented in Uno.");
 }
Example #2
0
 public global::Windows.Foundation.IAsyncOperationWithProgress <uint, uint> SaveAsync(global::Windows.Storage.Streams.IOutputStream outputStream)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<uint, uint> InkManager.SaveAsync(IOutputStream outputStream) is not implemented in Uno.");
 }
Example #3
0
 public static global::Windows.Foundation.IAsyncOperation <bool> TryExportAnchorsAsync(global::System.Collections.Generic.IEnumerable <global::System.Collections.Generic.KeyValuePair <string, global::Windows.Perception.Spatial.SpatialAnchor> > anchors, global::Windows.Storage.Streams.IOutputStream stream)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> SpatialAnchorTransferManager.TryExportAnchorsAsync(IEnumerable<KeyValuePair<string, SpatialAnchor>> anchors, IOutputStream stream) is not implemented in Uno.");
 }
Example #4
0
 public global::Windows.Foundation.IAsyncOperationWithProgress <uint, uint> SaveAsync(global::Windows.Storage.Streams.IOutputStream outputStream, global::Windows.UI.Input.Inking.InkPersistenceFormat inkPersistenceFormat)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<uint, uint> InkStrokeContainer.SaveAsync(IOutputStream outputStream, InkPersistenceFormat inkPersistenceFormat) is not implemented in Uno.");
 }
 public global::Windows.Foundation.IAsyncAction ConvertPdlAsync(global::Windows.Graphics.Printing.PrintTicket.WorkflowPrintTicket printTicket, global::Windows.Storage.Streams.IInputStream inputStream, global::Windows.Storage.Streams.IOutputStream outputStream)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction PrintWorkflowPdlConverter.ConvertPdlAsync(WorkflowPrintTicket printTicket, IInputStream inputStream, IOutputStream outputStream) is not implemented in Uno.");
 }
Example #6
0
 public global::Windows.Foundation.IAsyncAction UnprotectStreamAsync(global::Windows.Storage.Streams.IInputStream src, global::Windows.Storage.Streams.IOutputStream dest)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction DataProtectionProvider.UnprotectStreamAsync(IInputStream src, IOutputStream dest) is not implemented in Uno.");
 }
Example #7
0
 public static global::System.IO.Stream AsStreamForWrite(this global::Windows.Storage.Streams.IOutputStream windowsRuntimeStream, int bufferSize)
 {
     throw null;
 }
Example #8
0
 public DataWriter(global::Windows.Storage.Streams.IOutputStream outputStream)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Storage.Streams.DataWriter", "DataWriter.DataWriter(IOutputStream outputStream)");
 }
Example #9
0
 public Compressor(global::Windows.Storage.Streams.IOutputStream underlyingStream, global::Windows.Storage.Compression.CompressAlgorithm algorithm, uint blockSize)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Storage.Compression.Compressor", "Compressor.Compressor(IOutputStream underlyingStream, CompressAlgorithm algorithm, uint blockSize)");
 }
Example #10
0
 public Compressor(global::Windows.Storage.Streams.IOutputStream underlyingStream)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Storage.Compression.Compressor", "Compressor.Compressor(IOutputStream underlyingStream)");
 }
Example #11
0
 public static global::System.IO.Stream AsStreamForWrite(this global::Windows.Storage.Streams.IOutputStream windowsRuntimeStream, int bufferSize)
 {
     return(default(global::System.IO.Stream));
 }
Example #12
0
 public static global::Windows.Foundation.IAsyncOperationWithProgress <ulong, ulong> CopyAndCloseAsync(global::Windows.Storage.Streams.IInputStream source, global::Windows.Storage.Streams.IOutputStream destination)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<ulong, ulong> RandomAccessStream.CopyAndCloseAsync(IInputStream source, IOutputStream destination) is not implemented in Uno.");
 }
Example #13
0
 public global::Windows.Foundation.IAsyncOperation <bool> TryExportAnchorAsync(global::Windows.Perception.Spatial.SpatialAnchor anchor, global::Windows.Perception.Spatial.SpatialAnchorExportPurpose purpose, global::Windows.Storage.Streams.IOutputStream stream)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> SpatialAnchorExporter.TryExportAnchorAsync(SpatialAnchor anchor, SpatialAnchorExportPurpose purpose, IOutputStream stream) is not implemented in Uno.");
 }