LumiSoft Net Help
Get Method (uri, contentSize)
NamespacesLumiSoft.Net.WebDav.ClientWebDav_ClientGet(String, Int64%)
Gets the specified resource stream.
Declaration Syntax
C#Visual BasicVisual C++F#
public Stream Get(
	string uri,
	out long contentSize
)
Public Function Get ( 
	uri As String,
	<OutAttribute> ByRef contentSize As Long
) As Stream
public:
Stream^ Get(
	String^ uri, 
	[OutAttribute] long long% contentSize
)
member Get : 
        uri : string * 
        contentSize : int64 byref -> Stream 
Parameters
uri (String)
Target resource URI.
contentSize (Int64%)
Returns resource size in bytes.
Return Value
Stream
Retruns resource stream.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when uri is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119