C# 클래스 Owin.Types.AppBuilder.Address

파일 보기 프로젝트 열기: owin/museum-piece-owin-hosting

공개 메소드들

메소드 설명
Address ( string scheme, string host, string port, string path ) : System.Collections.Generic
Create ( ) : Address

메소드 상세

Address() 공개 메소드

public Address ( string scheme, string host, string port, string path ) : System.Collections.Generic
scheme string
host string
port string
path string
리턴 System.Collections.Generic

Create() 공개 정적인 메소드

public static Create ( ) : Address
리턴 Address