12,166
社区成员




[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(WrapperName="userLogin", WrapperNamespace="http://webservice.cms.hikvision.com", IsWrapped=true)]
public partial class userLoginRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://webservice.cms.hikvision.com", Order=0)]
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
public string request;
public userLoginRequest() {
}
public userLoginRequest(string request) {
this.request = request;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(WrapperName="userLoginResponse", WrapperNamespace="http://webservice.cms.hikvision.com", IsWrapped=true)]
public partial class userLoginResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://webservice.cms.hikvision.com", Order=0)]
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
public string @return;
public userLoginResponse() {
}
public userLoginResponse(string @return) {
this.@return = @return;
}
}