コード例 #1
0
 public Task <PutResult> PutStreamAsync(Context context, Stream stream, ContentHash contentHash, PinRequest?pinRequest = null)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Task <PutResult> PutFileAsync(Context context, AbsolutePath path, ContentHash contentHash, FileRealizationMode realizationMode, Func <Stream, Stream> wrapStream, PinRequest?pinRequest)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public Task <PutResult> PutFileAsync(Context context, AbsolutePath path, FileRealizationMode realizationMode, HashType hashType, PinRequest?pinRequest = null)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public Task <PutResult> PutTrustedFileAsync(Context context, AbsolutePath path, FileRealizationMode realizationMode, ContentHashWithSize contentHash, PinRequest?pinContext = null)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public Task <IEnumerable <Task <Indexed <PlaceFileResult> > > > PlaceFileAsync(Context context, IReadOnlyList <ContentHashWithPath> placeFileArgs, FileAccessMode accessMode, FileReplacementMode replacementMode, FileRealizationMode realizationMode, PinRequest?pinRequest = null)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public Task <PlaceFileResult> PlaceFileAsync(Context context, ContentHash contentHash, AbsolutePath destinationPath, FileAccessMode accessMode, FileReplacementMode replacementMode, FileRealizationMode realizationMode, PinRequest?pinRequest = null)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
 public Task <OpenStreamResult> OpenStreamAsync(Context context, ContentHash contentHash, PinRequest?pinRequest = null)
 {
     throw new NotImplementedException();
 }
コード例 #8
0
 public Task <GetContentSizeResult> GetContentSizeAndCheckPinnedAsync(Context context, ContentHash contentHash, PinRequest?pinRequest = null)
 {
     throw new NotImplementedException();
 }
コード例 #9
0
 public Task <bool> ContainsAsync(Context context, ContentHash contentHash, PinRequest?pinRequest = null)
 {
     throw new NotImplementedException();
 }