C# Class zxingwp7.client.result.URIParsedResult

Inheritance: ParsedResult
Afficher le fichier Open project: henningms/zxing2.0-wp7

Méthodes publiques

Méthode Description
URIParsedResult ( String uri, String title ) : System

Private Methods

Méthode 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 méthode

public URIParsedResult ( String uri, String title ) : System
uri String
title String
Résultat System