LumiSoft Mail Server User API
BeginWritePeriodTerminated Method
Namespaces > LumiSoft.Net > SocketEx > BeginWritePeriodTerminated
Members
IconMemberDescription
BeginWritePeriodTerminated(Stream, Boolean, Object, SocketCallBack)
Begins writing period terminated data to socket. The data is terminated by a line containing only a period, that is, the character sequence "<CRLF>.<CRLF>". Before sending a line of text, check the first character of the line.If it is a period, one additional period is inserted at the beginning of the line.
BeginWritePeriodTerminated(Stream, Object, SocketCallBack)
Begins writing period terminated data to socket. The data is terminated by a line containing only a period, that is, the character sequence "<CRLF>.<CRLF>". Before sending a line of text, check the first character of the line.If it is a period, one additional period is inserted at the beginning of the line.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)