C# 클래스 Subtext.Akismet.Comment

상속: IComment
파일 보기 프로젝트 열기: AArnott/dasblog 1 사용 예제들

공개 메소드들

메소드 설명
Comment ( IPAddress authorIpAddress, string authorUserAgent ) : System

Initializes a new instance of the Comment class.

메소드 상세

Comment() 공개 메소드

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.
리턴 System