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;
        }