C# 클래스 NZBDash.Common.Helpers.UrlHelper

파일 보기 프로젝트 열기: NZBDash/NZBDash 1 사용 예제들

공개 메소드들

메소드 설명
ReturnUri ( string val ) : Uri

Returns the URI.

ReturnUri ( string val, int port ) : Uri

Returns the URI.

메소드 상세

ReturnUri() 공개 정적인 메소드

Returns the URI.
public static ReturnUri ( string val ) : Uri
val string The value.
리턴 System.Uri

ReturnUri() 공개 정적인 메소드

Returns the URI.
public static ReturnUri ( string val, int port ) : Uri
val string The value.
port int The port.
리턴 System.Uri