Top "Uri" questions

A Uniform Resource Identifier (or URI) is a string of characters used to identify a name or resource.

UriFormatException : Invalid URI: Invalid port specified

The assembly qualified string used as a parameter below for a Uri works in XAML, but gives me the error …

wpf xaml resources uri
Skype for business URI instead of Skype

As we have the option of opening links in skype by just providing the URI: skype:xyz?call Can we …

javascript uri skype lync skype-for-business
Removing %20 from URI Relative Path

I am generating a relative path from 1 directory to another. If the OutputDirectoryName property is a directory containing spaces, the …

c# uri relative-path
How to download an image file via HTTP into a temp file?

I've found good examples of NET::HTTP for downloading an image file, and I've found good examples of creating a …

ruby uri net-http
What is Uri Pack, and ":,,," in a BitmapImage?

What I add a Image.Source I have to type the following: playIcon.Source = new BitmapImage(new Uri(@"pack://application:,,,/…

c# wpf uri imagebrush
Intent filter using path,pathPrefix, or pathPattern

My test uri string is http://test.host.com/path/test.html?key1=val1&key2=val2 And I make …

android android-intent uri intentfilter
Is there a way to get URI of bitmap without saving it to sdcard?

I am making an app that allows the user to share an image using android intent but how to get …

android bitmap uri android-bitmap
URI starting with two slashes ... how do they behave?

Lately I saw working code-blocks like this: <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.…

html http uri protocol-relative
What is the semicolon reserved for in URLs?

The RFC 3986 URI: Generic Syntax spec lists a semicolon as a reserved (sub-delim) character: reserved = gen-delims / sub-delims gen-delims = ":" / "/" / "?" / "#" / "[" / "]" / "@" sub-delims = "!" / "$" / "&" / "…

url uri character rfc3986
Android Uri to Filesize

Possible Duplicate: Android: Get the size of a file in resources? I want to upload a file to a WebServer. …

java android uri filesize