Opc.Ua.EndpointBase.SetRequestContext C# (CSharp) Метод

SetRequestContext() защищенный Метод

Sets the request context for the thread.
protected SetRequestContext ( RequestEncoding encoding ) : void
encoding RequestEncoding The encoding.
Результат void
        protected void SetRequestContext(RequestEncoding encoding)
        {
            // fetch the current operation context.
            OperationContext context = OperationContext.Current;
        }