Exemplo n.º 1
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Phone.PersonalInformation.ContactInformation> ParseVcardAsync(global::Windows.Storage.Streams.IInputStream vcard)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<ContactInformation> ContactInformation.ParseVcardAsync(IInputStream vcard) is not implemented in Uno.");
 }
Exemplo n.º 2
0
 public global::Windows.Foundation.IAsyncActionWithProgress <ulong> LoadAsync(global::Windows.Storage.Streams.IInputStream inputStream)
 {
     throw new global::System.NotImplementedException("The member IAsyncActionWithProgress<ulong> InkManager.LoadAsync(IInputStream inputStream) is not implemented in Uno.");
 }
Exemplo n.º 3
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Networking.BackgroundTransfer.DownloadOperation> CreateDownloadAsync(global::System.Uri uri, global::Windows.Storage.IStorageFile resultFile, global::Windows.Storage.Streams.IInputStream requestBodyStream)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<DownloadOperation> BackgroundDownloader.CreateDownloadAsync(Uri uri, IStorageFile resultFile, IInputStream requestBodyStream) is not implemented in Uno.");
 }
Exemplo n.º 4
0
 public Decompressor(global::Windows.Storage.Streams.IInputStream underlyingStream)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Storage.Compression.Decompressor", "Decompressor.Decompressor(IInputStream underlyingStream)");
 }
Exemplo n.º 5
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Storage.Streams.IBuffer> GenerateSignatureAsync(global::Windows.Storage.Streams.IInputStream data, global::System.Collections.Generic.IEnumerable <global::Windows.Security.Cryptography.Certificates.CmsSignerInfo> signers, global::System.Collections.Generic.IEnumerable <global::Windows.Security.Cryptography.Certificates.Certificate> certificates)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IBuffer> CmsDetachedSignature.GenerateSignatureAsync(IInputStream data, IEnumerable<CmsSignerInfo> signers, IEnumerable<Certificate> certificates) is not implemented in Uno.");
 }
Exemplo n.º 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.");
 }
Exemplo n.º 7
0
 public global::Windows.Foundation.IAsyncOperationWithProgress <global::Windows.Gaming.Input.Custom.GipFirmwareUpdateResult, global::Windows.Gaming.Input.Custom.GipFirmwareUpdateProgress> UpdateFirmwareAsync(global::Windows.Storage.Streams.IInputStream firmwareImage)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperationWithProgress<GipFirmwareUpdateResult, GipFirmwareUpdateProgress> GipGameControllerProvider.UpdateFirmwareAsync(IInputStream firmwareImage) is not implemented in Uno.");
 }
Exemplo n.º 8
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.ApplicationModel.ConversationalAgent.DetectionConfigurationTrainingStatus> ApplyTrainingDataAsync(global::Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetectionTrainingDataFormat trainingDataFormat, global::Windows.Storage.Streams.IInputStream trainingData)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<DetectionConfigurationTrainingStatus> ActivationSignalDetectionConfiguration.ApplyTrainingDataAsync(ActivationSignalDetectionTrainingDataFormat trainingDataFormat, IInputStream trainingData) is not implemented in Uno.");
 }
Exemplo n.º 9
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetectionConfigurationSetModelDataResult> SetModelDataWithResultAsync(string dataType, global::Windows.Storage.Streams.IInputStream data)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<ActivationSignalDetectionConfigurationSetModelDataResult> ActivationSignalDetectionConfiguration.SetModelDataWithResultAsync(string dataType, IInputStream data) is not implemented in Uno.");
 }
Exemplo n.º 10
0
 public void SetModelData(string dataType, global::Windows.Storage.Streams.IInputStream data)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.ApplicationModel.ConversationalAgent.ActivationSignalDetectionConfiguration", "void ActivationSignalDetectionConfiguration.SetModelData(string dataType, IInputStream data)");
 }
Exemplo n.º 11
0
 public global::Windows.Foundation.IAsyncAction SetModelDataAsync(string dataType, global::Windows.Storage.Streams.IInputStream data)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction ActivationSignalDetectionConfiguration.SetModelDataAsync(string dataType, IInputStream data) is not implemented in Uno.");
 }
Exemplo n.º 12
0
 public static global::System.IO.Stream AsStreamForRead(this global::Windows.Storage.Streams.IInputStream windowsRuntimeStream, int bufferSize)
 {
     return(default(global::System.IO.Stream));
 }
Exemplo n.º 13
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.");
 }
Exemplo n.º 14
0
 public HttpStreamContent(global::Windows.Storage.Streams.IInputStream content)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Web.Http.HttpStreamContent", "HttpStreamContent.HttpStreamContent(IInputStream content)");
 }
Exemplo n.º 15
0
 public void AppendStream(global::Windows.Storage.Streams.IInputStream stream, ulong maxSize)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Media.Core.MseSourceBuffer", "void MseSourceBuffer.AppendStream(IInputStream stream, ulong maxSize)");
 }
Exemplo n.º 16
0
 public static global::System.IO.Stream AsStreamForRead(this global::Windows.Storage.Streams.IInputStream windowsRuntimeStream, int bufferSize)
 {
     throw null;
 }
Exemplo n.º 17
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Networking.BackgroundTransfer.UploadOperation> CreateUploadFromStreamAsync(global::System.Uri uri, global::Windows.Storage.Streams.IInputStream sourceStream)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<UploadOperation> BackgroundUploader.CreateUploadFromStreamAsync(Uri uri, IInputStream sourceStream) is not implemented in Uno.");
 }
 public static global::Windows.Foundation.IAsyncAction ImportVcardToSystemAsync(global::Windows.Storage.Streams.IInputStream stream)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction ContactPartnerProvisioningManager.ImportVcardToSystemAsync(IInputStream stream) is not implemented in Uno.");
 }
Exemplo n.º 19
0
 public static global::Windows.Foundation.IAsyncOperation <global::System.Collections.Generic.IReadOnlyDictionary <string, global::Windows.Perception.Spatial.SpatialAnchor> > TryImportAnchorsAsync(global::Windows.Storage.Streams.IInputStream stream)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IReadOnlyDictionary<string, SpatialAnchor>> SpatialAnchorTransferManager.TryImportAnchorsAsync(IInputStream stream) is not implemented in Uno.");
 }
Exemplo n.º 20
0
 public DataReader(global::Windows.Storage.Streams.IInputStream inputStream)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Storage.Streams.DataReader", "DataReader.DataReader(IInputStream inputStream)");
 }
Exemplo n.º 21
0
 public global::Windows.Foundation.IAsyncActionWithProgress <global::Windows.Web.Syndication.TransferProgress> UpdateMediaResourceAsync(global::System.Uri uri, string mediaType, global::Windows.Storage.Streams.IInputStream mediaStream)
 {
     throw new global::System.NotImplementedException("The member IAsyncActionWithProgress<TransferProgress> AtomPubClient.UpdateMediaResourceAsync(Uri uri, string mediaType, IInputStream mediaStream) is not implemented in Uno.");
 }
Exemplo n.º 22
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Media.Core.MediaStreamSample> CreateFromStreamAsync(global::Windows.Storage.Streams.IInputStream stream, uint count, global::System.TimeSpan timestamp)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<MediaStreamSample> MediaStreamSample.CreateFromStreamAsync(IInputStream stream, uint count, TimeSpan timestamp) is not implemented in Uno.");
 }
Exemplo n.º 23
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.Security.Cryptography.Certificates.SignatureValidationResult> VerifySignatureAsync(global::Windows.Storage.Streams.IInputStream data)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<SignatureValidationResult> CmsDetachedSignature.VerifySignatureAsync(IInputStream data) is not implemented in Uno.");
 }
Exemplo n.º 24
0
 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.");
 }
 public void SetThumbnailImage(global::Windows.Storage.Streams.IInputStream source)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Media.MediaTransportControlsThumbnailRequestedEventArgs", "void MediaTransportControlsThumbnailRequestedEventArgs.SetThumbnailImage(IInputStream source)");
 }
Exemplo n.º 26
0
 public global::Windows.Foundation.IAsyncAction SetDisplayPictureAsync(global::Windows.Storage.Streams.IInputStream stream)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction ContactInformation.SetDisplayPictureAsync(IInputStream stream) is not implemented in Uno.");
 }
Exemplo n.º 27
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Media.Streaming.Adaptive.AdaptiveMediaSourceCreationResult> CreateFromStreamAsync(global::Windows.Storage.Streams.IInputStream stream, global::System.Uri uri, string contentType, global::Windows.Web.Http.HttpClient httpClient)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<AdaptiveMediaSourceCreationResult> AdaptiveMediaSource.CreateFromStreamAsync(IInputStream stream, Uri uri, string contentType, HttpClient httpClient) is not implemented in Uno.");
 }
Exemplo n.º 28
0
 public PrintWorkflowObjectModelSourceFileContent(global::Windows.Storage.Streams.IInputStream xpsStream)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Graphics.Printing.Workflow.PrintWorkflowObjectModelSourceFileContent", "PrintWorkflowObjectModelSourceFileContent.PrintWorkflowObjectModelSourceFileContent(IInputStream xpsStream)");
 }