C# 클래스 Microsoft.AspNetCore.Builder.ProxyExtension

파일 보기 프로젝트 열기: aspnet/Proxy

공개 메소드들

메소드 설명
RunProxy ( this app ) : IApplicationBuilder

Sends request to remote server as specified in options

RunProxy ( this app, ProxyOptions options ) : IApplicationBuilder

Sends request to remote server as specified in options

메소드 상세

RunProxy() 공개 정적인 메소드

Sends request to remote server as specified in options
public static RunProxy ( this app ) : IApplicationBuilder
app this
리턴 IApplicationBuilder

RunProxy() 공개 정적인 메소드

Sends request to remote server as specified in options
public static RunProxy ( this app, ProxyOptions options ) : IApplicationBuilder
app this
options ProxyOptions Options for setting port, host, and scheme
리턴 IApplicationBuilder