C# Class BlobSync.Helpers.CommonHelper

Show file Open project: kpfaulkner/BlobSync

Public Methods

Method Description
GetStream ( string fileName ) : Stream
IsABlob ( string url ) : bool

Method Details

GetStream() public static method

public static GetStream ( string fileName ) : Stream
fileName string
return Stream

IsABlob() public static method

public static IsABlob ( string url ) : bool
url string
return bool