C# Class Tmds.SockJS.ApplicationBuilderExtensions

Show file Open project: tmds/Tmds.SockJS

Public Methods

Method Description
UseSockJS ( this app, PathString prefix ) : void
UseSockJS ( this app, PathString prefix, SockJSOptions options ) : void

Method Details

UseSockJS() public static method

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

UseSockJS() public static method

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