<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.hgotoh.jp/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>努力したWiki - documents:tools:assistantseika:interface:wcf</title>
        <description>推敲の足りないメモ書き多数</description>
        <link>https://wiki.hgotoh.jp/</link>
        <lastBuildDate>Sun, 03 May 2026 18:46:31 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.hgotoh.jp/_media/wiki/logo.png</url>
            <title>努力したWiki</title>
            <link>https://wiki.hgotoh.jp/</link>
        </image>
        <item>
            <title>WCFインタフェース</title>
            <link>https://wiki.hgotoh.jp/documents/tools/assistantseika/interface/wcf/start</link>
            <description>WCFインタフェース

任意の言語からWCFを経由して制御が可能になります。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 05 Nov 2023 07:38:36 +0000</pubDate>
        </item>
        <item>
            <title>WCFインタフェース定義</title>
            <link>https://wiki.hgotoh.jp/documents/tools/assistantseika/interface/wcf/wcf-001</link>
            <description>WCFインタフェース定義

ソースコード

IScAPIs.cs

WCFサービスで公開しているインタフェース定義です。※20220118/u 以降


using System.Collections.Generic;
using System.ServiceModel;

namespace AssistantSeika
{
    [ServiceContract(SessionMode = SessionMode.Required)]
    public interface IScAPIs
    {
        /// &lt;summary&gt;
        /// AssistantSeikaのバージョンを返す
        /// &lt;/summary&gt;
        /// &lt;returns&gt;バージョン文字列&lt;/returns&gt;
        [OperationContract]
        string Verson();

        /// &lt;summary&gt;
        /// AssistantSeikaの製品スキャン実行
        …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 05 Nov 2023 07:38:36 +0000</pubDate>
        </item>
        <item>
            <title>WCFサービス利用例</title>
            <link>https://wiki.hgotoh.jp/documents/tools/assistantseika/interface/wcf/wcf-003</link>
            <description>WCFサービス利用例

AssistantSeikaはWCF(Windows Communication Foundation)で外部から接続を待ち受けしています。
ユーザはWCFインタフェース定義で定義されているWCFサービスへクライアントを作成してアクセスすることになります。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 05 Nov 2023 07:38:40 +0000</pubDate>
        </item>
        <item>
            <title>WCFClient.DLL 使用例</title>
            <link>https://wiki.hgotoh.jp/documents/tools/assistantseika/interface/wcf/wcf-004</link>
            <description>WCFClient.DLL 使用例

AssistantSeika20220410/u から同梱のWCFClient.DLLを使う例。

Python.NET から使ってみる１

発声できればいいだけ、ならこちらを参考にしてください。5203は自分の製品の話者のcidに置換えて下さい。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 05 Nov 2023 07:38:36 +0000</pubDate>
        </item>
        <item>
            <title>WCFClient.DLL</title>
            <link>https://wiki.hgotoh.jp/documents/tools/assistantseika/interface/wcf/wcf-005</link>
            <description>WCFClient.DLL

AssistantSeika20220410/u より、今までソースコードで提供していたWCFClient.cs をDLLの形で公開することにしました。
WCFClient.DLLはAssistantSeikaのアーカイブに同梱されています。

このDLLは製作者の手元にある、あるがままを提供します。利用することで起こる各種問題について一切関知しません。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 05 Nov 2023 07:38:37 +0000</pubDate>
        </item>
    </channel>
</rss>
