System.Net.HttpRequestStream.SwitchToOpaqueMode C# (CSharp) 메소드

SwitchToOpaqueMode() 개인적인 메소드

private SwitchToOpaqueMode ( ) : void
리턴 void
        internal void SwitchToOpaqueMode()
        {
            if (NetEventSource.IsEnabled) NetEventSource.Info(this);
            _inOpaqueMode = true;
        }