Opc.Ua.ServiceHost.OnOpening C# (CSharp) Method

OnOpening() protected method

Starts the UA TCP listener if configured as part of the host.
protected OnOpening ( ) : void
return void
        protected override void OnOpening()
        {
            base.OnOpening();
        }
        #endregion