C# Class Subtext.Akismet.Comment

Inheritance: IComment
Exibir arquivo Open project: AArnott/dasblog Class Usage Examples

Public Methods

Method Description
Comment ( IPAddress authorIpAddress, string authorUserAgent ) : System

Initializes a new instance of the Comment class.

Method Details

Comment() public method

Initializes a new instance of the Comment class.
public Comment ( IPAddress authorIpAddress, string authorUserAgent ) : System
authorIpAddress System.Net.IPAddress The author ip address.
authorUserAgent string The author user agent.
return System