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

GetBlob() public method

public GetBlob ( System.Guid guid ) : Stream
guid System.Guid
return Stream
        public override Stream GetBlob(Guid guid)
        {
            throw new NotSupportedException();
        }