Zetbox.API.StreamPackageProvider.PutBlob C# (CSharp) Method

PutBlob() public method

public PutBlob ( System.Guid guid, string filename, Stream blob ) : void
guid System.Guid
filename string
blob Stream
return void
        public override void PutBlob(Guid guid, string filename, Stream blob)
        {
            throw new NotSupportedException();
        }