Microsoft.Protocols.TestSuites.Common.MessageInspector.MessageInspector C# (CSharp) 메소드

MessageInspector() 공개 메소드

Initializes a new instance of the MessageInspector class with the specified context.
public MessageInspector ( SharedContext context ) : System.IO
context SharedContext Specify the context which will give information for MS-WOPI headers.
리턴 System.IO
        public MessageInspector(SharedContext context)
        {
            this.context = context;
        }