System.Net.HttpRequestStream.SwitchToOpaqueMode C# (CSharp) Method

SwitchToOpaqueMode() private method

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