C# Class zxingwp7.client.result.URIParsedResult

Inheritance: ParsedResult
Datei anzeigen Open project: henningms/zxing2.0-wp7

Public Methods

Method Description
URIParsedResult ( String uri, String title ) : System

Private Methods

Method Description
containsUser ( ) : bool
isColonFollowedByPortNumber ( String uri, int protocolEnd ) : bool
massageURI ( String uri ) : String

Transforms a string that represents a URI into something more proper, by adding or canonicalizing the protocol.

Method Details

URIParsedResult() public method

public URIParsedResult ( String uri, String title ) : System
uri String
title String
return System