C# 클래스 zxingwp7.client.result.URIParsedResult

상속: ParsedResult
파일 보기 프로젝트 열기: henningms/zxing2.0-wp7

공개 메소드들

메소드 설명
URIParsedResult ( String uri, String title ) : System

비공개 메소드들

메소드 설명
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.

메소드 상세

URIParsedResult() 공개 메소드

public URIParsedResult ( String uri, String title ) : System
uri String
title String
리턴 System