Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

107 lines
2.7 KiB

<?xml version="1.0"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<actionList>
<action>
<name>GetPublicIPList</name>
<argumentList>
<argument>
<name>IPList</name>
<direction>out</direction>
<relatedStateVariable>IPList</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetPortMappingPrivateIP</name>
<argumentList>
<argument>
<name>PublicIP</name>
<direction>in</direction>
<relatedStateVariable>PublicIP</relatedStateVariable>
</argument>
<argument>
<name>Port</name>
<direction>in</direction>
<relatedStateVariable>Port</relatedStateVariable>
</argument>
<argument>
<name>Protocol</name>
<direction>in</direction>
<relatedStateVariable>Protocol</relatedStateVariable>
</argument>
<argument>
<name>PrivateIP</name>
<direction>out</direction>
<relatedStateVariable>PrivateIP</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetPortMappingPublicIP</name>
<argumentList>
<argument>
<name>PrivateIP</name>
<direction>in</direction>
<relatedStateVariable>PrivateIP</relatedStateVariable>
</argument>
<argument>
<name>Port</name>
<direction>in</direction>
<relatedStateVariable>Port</relatedStateVariable>
</argument>
<argument>
<name>Protocol</name>
<direction>in</direction>
<relatedStateVariable>Protocol</relatedStateVariable>
</argument>
<argument>
<name>PublicIP</name>
<direction>out</direction>
<relatedStateVariable>PublicIP</relatedStateVariable>
</argument>
</argumentList>
</action>
</actionList>
<serviceStateTable>
<stateVariable sendEvents="yes">
<name>IPList</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PublicIP</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>Port</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>Protocol</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PrivateIP</name>
<dataType>string</dataType>
</stateVariable>
</serviceStateTable>
</scpd>