On 09.02.2012 14:30, monoUser wrote:
> My HttpListener prefix looks like that
>
> m_HttpListener.Prefixes.Add(
> string.Format("http://+:9920/")
> );
You may want to use the "https"-schema.
Robert