System.Net.NetEventSource.NotLoggedFile C# (CSharp) Method

NotLoggedFile() private method

private NotLoggedFile ( string filePath, System.Net.Socket socket, SocketAsyncOperation completedOperation ) : void
filePath string
socket System.Net.Socket
completedOperation SocketAsyncOperation
return void
        public static void NotLoggedFile(string filePath, Socket socket, SocketAsyncOperation completedOperation)
        {
            if (IsEnabled)
            {
                Log.NotLoggedFile(filePath, GetHashCode(socket), completedOperation);
            }
        }

Same methods

NetEventSource::NotLoggedFile ( string filePath, int socketHash, SocketAsyncOperation completedOperation ) : void