ヘルプの目次
オンラインヘルプを検索
このヘルプについて
エンドユーザ向けヘルプ
クライアントヘルプ
Webアクセスヘルプ
スクリーンリーダ
フォーム
同期
用語
コンテナ
管理者向けヘルプ
サーバの管理
インターネットサービス
カスタマイズツール(英語)
OTSWの管理
OTSW Custodian
FirstClass ED(英語)
Socket.Write
ホーム
•
Customization Tools
•
FCAS
•
Language Reference
•
Socket.Write
Purpose
Sends the provided string to a remote host through an Internet socket connection.
Syntax
Socket
.Write (
String
)
String
The string you want to send.
When working with Internet protocols, remember to send appropriate line breaks at the ends of your strings.
Example
Dim sockme as Socket
sockme.Write ("GET index.html" & Chr(13) & Chr(10))
Copyright(C) 2002-2012 FC Management Co. All Rights Reserved<