- Timestamp:
- 01/15/09 14:46:57 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/Reference.cs
r1087 r1132 322 322 HeuristicLab.Hive.Client.Console.ClientService.StatusCommons EndGetStatusInfos(System.IAsyncResult result); 323 323 324 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IClientConsoleCommunicator/GetConnection", ReplyAction="http://tempuri.org/IClientConsoleCommunicator/GetConnectionResponse")]325 HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer GetConnection();326 327 [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="http://tempuri.org/IClientConsoleCommunicator/GetConnection", ReplyAction="http://tempuri.org/IClientConsoleCommunicator/GetConnectionResponse")]328 System.IAsyncResult BeginGetConnection(System.AsyncCallback callback, object asyncState);329 330 HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer EndGetConnection(System.IAsyncResult result);331 332 324 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IClientConsoleCommunicator/SetConnection", ReplyAction="http://tempuri.org/IClientConsoleCommunicator/SetConnectionResponse")] 333 325 void SetConnection(HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer container); … … 388 380 [System.Diagnostics.DebuggerStepThroughAttribute()] 389 381 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")] 390 public partial class GetConnectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {391 392 private object[] results;393 394 public GetConnectionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :395 base(exception, cancelled, userState) {396 this.results = results;397 }398 399 public HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer Result {400 get {401 base.RaiseExceptionIfNecessary();402 return ((HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer)(this.results[0]));403 }404 }405 }406 407 [System.Diagnostics.DebuggerStepThroughAttribute()]408 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]409 382 public partial class GetCurrentConnectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { 410 383 … … 434 407 private System.Threading.SendOrPostCallback onGetStatusInfosCompletedDelegate; 435 408 436 private BeginOperationDelegate onBeginGetConnectionDelegate;437 438 private EndOperationDelegate onEndGetConnectionDelegate;439 440 private System.Threading.SendOrPostCallback onGetConnectionCompletedDelegate;441 442 409 private BeginOperationDelegate onBeginSetConnectionDelegate; 443 410 … … 484 451 485 452 public event System.EventHandler<GetStatusInfosCompletedEventArgs> GetStatusInfosCompleted; 486 487 public event System.EventHandler<GetConnectionCompletedEventArgs> GetConnectionCompleted;488 453 489 454 public event System.EventHandler<System.ComponentModel.AsyncCompletedEventArgs> SetConnectionCompleted; … … 543 508 } 544 509 545 public HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer GetConnection() {546 return base.Channel.GetConnection();547 }548 549 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]550 public System.IAsyncResult BeginGetConnection(System.AsyncCallback callback, object asyncState) {551 return base.Channel.BeginGetConnection(callback, asyncState);552 }553 554 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]555 public HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer EndGetConnection(System.IAsyncResult result) {556 return base.Channel.EndGetConnection(result);557 }558 559 private System.IAsyncResult OnBeginGetConnection(object[] inValues, System.AsyncCallback callback, object asyncState) {560 return this.BeginGetConnection(callback, asyncState);561 }562 563 private object[] OnEndGetConnection(System.IAsyncResult result) {564 HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer retVal = this.EndGetConnection(result);565 return new object[] {566 retVal};567 }568 569 private void OnGetConnectionCompleted(object state) {570 if ((this.GetConnectionCompleted != null)) {571 InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));572 this.GetConnectionCompleted(this, new GetConnectionCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));573 }574 }575 576 public void GetConnectionAsync() {577 this.GetConnectionAsync(null);578 }579 580 public void GetConnectionAsync(object userState) {581 if ((this.onBeginGetConnectionDelegate == null)) {582 this.onBeginGetConnectionDelegate = new BeginOperationDelegate(this.OnBeginGetConnection);583 }584 if ((this.onEndGetConnectionDelegate == null)) {585 this.onEndGetConnectionDelegate = new EndOperationDelegate(this.OnEndGetConnection);586 }587 if ((this.onGetConnectionCompletedDelegate == null)) {588 this.onGetConnectionCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetConnectionCompleted);589 }590 base.InvokeAsync(this.onBeginGetConnectionDelegate, null, this.onEndGetConnectionDelegate, this.onGetConnectionCompletedDelegate, userState);591 }592 593 510 public void SetConnection(HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer container) { 594 511 base.Channel.SetConnection(container); -
trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/configuration.svcinfo
r954 r1132 6 6 </bindings> 7 7 <endpoints> 8 <endpoint normalizedDigest="<?xml version="1.0" encoding="utf-16"?><Data address="net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientConsoleCommunicator" contract="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator"><identity><userPrincipalName value="mse0800 4@fhs-hagenberg.ac.at" /></identity></Data>" digest="<?xml version="1.0" encoding="utf-16"?><Data address="net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientConsoleCommunicator" contract="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator"><identity><userPrincipalName value="mse08004@fhs-hagenberg.ac.at" /></identity></Data>" contractName="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator" />8 <endpoint normalizedDigest="<?xml version="1.0" encoding="utf-16"?><Data address="net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientConsoleCommunicator" contract="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator"><identity><userPrincipalName value="mse08003@fhs-hagenberg.ac.at" /></identity></Data>" digest="<?xml version="1.0" encoding="utf-16"?><Data address="net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IClientConsoleCommunicator" contract="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator"><identity><userPrincipalName value="mse08003@fhs-hagenberg.ac.at" /></identity></Data>" contractName="ClientService.IClientConsoleCommunicator" name="NetTcpBinding_IClientConsoleCommunicator" /> 9 9 </endpoints> 10 10 </configurationSnapshot> -
trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/configuration91.svcinfo
r954 r1132 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <SavedWcfConfigurationInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="9.1" CheckSum=" LJHqHAg9UO+arib7mQMPUcNSFqQ=">2 <SavedWcfConfigurationInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="9.1" CheckSum="hpOV9r43IeNDEU5uqNBUck5ld7s="> 3 3 <bindingConfigurations> 4 4 <bindingConfiguration bindingType="netTcpBinding" name="NetTcpBinding_IClientConsoleCommunicator"> … … 137 137 </property> 138 138 <property path="/identity/userPrincipalName/value" isComplexType="false" isExplicitlyDefined="true" clrType="System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 139 <serializedValue>mse0800 4@fhs-hagenberg.ac.at</serializedValue>139 <serializedValue>mse08003@fhs-hagenberg.ac.at</serializedValue> 140 140 </property> 141 141 <property path="/identity/servicePrincipalName" isComplexType="true" isExplicitlyDefined="false" clrType="System.ServiceModel.Configuration.ServicePrincipalNameElement, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> -
trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/service.wsdl
r1087 r1132 48 48 <wsdl:part name="parameters" element="tns:GetStatusInfosResponse" /> 49 49 </wsdl:message> 50 <wsdl:message name="IClientConsoleCommunicator_GetConnection_InputMessage">51 <wsdl:part name="parameters" element="tns:GetConnection" />52 </wsdl:message>53 <wsdl:message name="IClientConsoleCommunicator_GetConnection_OutputMessage">54 <wsdl:part name="parameters" element="tns:GetConnectionResponse" />55 </wsdl:message>56 50 <wsdl:message name="IClientConsoleCommunicator_SetConnection_InputMessage"> 57 51 <wsdl:part name="parameters" element="tns:SetConnection" /> … … 83 77 <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetStatusInfosResponse" message="tns:IClientConsoleCommunicator_GetStatusInfos_OutputMessage" /> 84 78 </wsdl:operation> 85 <wsdl:operation name="GetConnection">86 <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetConnection" message="tns:IClientConsoleCommunicator_GetConnection_InputMessage" />87 <wsdl:output wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/GetConnectionResponse" message="tns:IClientConsoleCommunicator_GetConnection_OutputMessage" />88 </wsdl:operation>89 79 <wsdl:operation name="SetConnection"> 90 80 <wsdl:input wsaw:Action="http://tempuri.org/IClientConsoleCommunicator/SetConnection" message="tns:IClientConsoleCommunicator_SetConnection_InputMessage" /> … … 110 100 <wsdl:operation name="GetStatusInfos"> 111 101 <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/GetStatusInfos" style="document" /> 112 <wsdl:input>113 <soap12:body use="literal" />114 </wsdl:input>115 <wsdl:output>116 <soap12:body use="literal" />117 </wsdl:output>118 </wsdl:operation>119 <wsdl:operation name="GetConnection">120 <soap12:operation soapAction="http://tempuri.org/IClientConsoleCommunicator/GetConnection" style="document" />121 102 <wsdl:input> 122 103 <soap12:body use="literal" /> … … 169 150 <wsa10:Address>net.tcp://127.0.0.1:8000/ClientConsole/ClientConsoleCommunicator</wsa10:Address> 170 151 <Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity"> 171 <Upn>mse0800 4@fhs-hagenberg.ac.at</Upn>152 <Upn>mse08003@fhs-hagenberg.ac.at</Upn> 172 153 </Identity> 173 154 </wsa10:EndpointReference> -
trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/service.xsd
r1087 r1132 14 14 </xs:complexType> 15 15 </xs:element> 16 <xs:element name="GetConnection">17 <xs:complexType>18 <xs:sequence />19 </xs:complexType>20 </xs:element>21 <xs:element name="GetConnectionResponse">22 <xs:complexType>23 <xs:sequence>24 <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConsoleService" minOccurs="0" name="GetConnectionResult" nillable="true" type="q2:ConnectionContainer" />25 </xs:sequence>26 </xs:complexType>27 </xs:element>28 16 <xs:element name="SetConnection"> 29 17 <xs:complexType> 30 18 <xs:sequence> 31 <xs:element xmlns:q 3="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConsoleService" minOccurs="0" name="container" nillable="true" type="q3:ConnectionContainer" />19 <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConsoleService" minOccurs="0" name="container" nillable="true" type="q2:ConnectionContainer" /> 32 20 </xs:sequence> 33 21 </xs:complexType> … … 56 44 <xs:complexType> 57 45 <xs:sequence> 58 <xs:element xmlns:q 4="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConsoleService" minOccurs="0" name="GetCurrentConnectionResult" nillable="true" type="q4:ConnectionContainer" />46 <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConsoleService" minOccurs="0" name="GetCurrentConnectionResult" nillable="true" type="q3:ConnectionContainer" /> 59 47 </xs:sequence> 60 48 </xs:complexType>
Note: See TracChangeset
for help on using the changeset viewer.