LumiSoft Net Help
Put Method (targetUri, stream)
NamespacesLumiSoft.Net.WebDav.ClientWebDav_ClientPut(String, Stream)
Creates specified resource to the specified location.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Put(
	string targetUri,
	Stream stream
)
Public Sub Put ( 
	targetUri As String,
	stream As Stream
)
public:
void Put(
	String^ targetUri, 
	Stream^ stream
)
member Put : 
        targetUri : string * 
        stream : Stream -> unit 
Parameters
targetUri (String)
Target URI. For example: htt://server/test.txt .
stream (Stream)
Stream which data to upload.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when targetUri or stream is null reference.

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