C# Класс Subtext.Akismet.Comment

Наследование: IComment
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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