Zetbox.API.StreamPackageProvider.PutBlob C# (CSharp) 메소드

PutBlob() 공개 메소드

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