Interface: IBaseSocketClientConfig
Definition for the configuration of a socket service.
Properties
basePath?
optionalbasePath:string
Base path for the socket service, defaults to /socket.
endpoint
endpoint:
string
The endpoint where the api is hosted.
pathPrefix?
optionalpathPrefix:string
The prefix to the routes.
headers?
optionalheaders:IHttpHeaders
The headers to include in requests.