Opc.Ua.EndpointBase.SetRequestContext C# (CSharp) Method

SetRequestContext() protected method

Sets the request context for the thread.
protected SetRequestContext ( RequestEncoding encoding ) : void
encoding RequestEncoding The encoding.
return void
        protected void SetRequestContext(RequestEncoding encoding)
        {
            // fetch the current operation context.
            OperationContext context = OperationContext.Current;
        }