C# 클래스 Tmds.SockJS.ApplicationBuilderExtensions

파일 보기 프로젝트 열기: tmds/Tmds.SockJS

공개 메소드들

메소드 설명
UseSockJS ( this app, PathString prefix ) : void
UseSockJS ( this app, PathString prefix, SockJSOptions options ) : void

메소드 상세

UseSockJS() 공개 정적인 메소드

public static UseSockJS ( this app, PathString prefix ) : void
app this
prefix PathString
리턴 void

UseSockJS() 공개 정적인 메소드

public static UseSockJS ( this app, PathString prefix, SockJSOptions options ) : void
app this
prefix PathString
options SockJSOptions
리턴 void