PostResource Method
Posts a resource to the specified URL.
Syntax
[VB.NET] Public Sub PostResource(ByVal URL As String)
[C#] public void PostResource(string URL);
Remarks
This method will post a resource to the specified URL. It will either post a media resource if UpdateFile is specified or an Atom entry if UpdateEntry is specified. UpdateFile takes precedence over UpdateEntry.
NOTE: This method has a corresponding asynchronous version (PostResourceAsync) for use in the Xamarin environment.