GroupSecurityService 클래스
참고: 이 API는 이제 사용되지 않습니다.
상속 계층 구조
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
Microsoft.TeamFoundation.Server.Core.WebServices.TeamFoundationWebService
Microsoft.TeamFoundation.Integration.Server.IntegrationWebService
Microsoft.TeamFoundation.Integration.Server.GroupSecurityService
네임스페이스: Microsoft.TeamFoundation.Integration.Server
어셈블리: Microsoft.TeamFoundation.Server.Core(Microsoft.TeamFoundation.Server.Core.dll)
구문
‘선언
<ObsoleteAttribute("GroupSecurityService is obsolete. Please use the IdentityManagementService or SecurityService instead.", _
False)> _
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/GroupSecurity/03", _
Description := "Team Foundation Group Security web service")> _
<ClientServiceAttribute(ServiceName := "CommonStructure", CollectionServiceIdentifier := "d9c3f8ff-8938-4193-919b-7588e81cb730")> _
Public Class GroupSecurityService _
Inherits IntegrationWebService
[ObsoleteAttribute("GroupSecurityService is obsolete. Please use the IdentityManagementService or SecurityService instead.",
false)]
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/GroupSecurity/03",
Description = "Team Foundation Group Security web service")]
[ClientServiceAttribute(ServiceName = "CommonStructure", CollectionServiceIdentifier = "d9c3f8ff-8938-4193-919b-7588e81cb730")]
public class GroupSecurityService : IntegrationWebService
GroupSecurityService 형식에서는 다음과 같은 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
GroupSecurityService |
위쪽
속성
이름 | 설명 | |
---|---|---|
Application | 현재 HTTP 요청에 대한 응용 프로그램 개체를 가져옵니다. (WebService에서 상속됨) | |
Container | 구성 요소의 컨테이너를 가져옵니다. (MarshalByValueComponent에서 상속됨) | |
Context | 현재 요청에 대한 ASP.NET HttpContext를 가져오며 이것은 웹 요청을 처리하기 위해 HTTP 서버가 사용하는 모든 HTTP 관련 컨텍스트를 캡슐화합니다. (WebService에서 상속됨) | |
DesignMode | 구성 요소가 현재 디자인 모드에 있는지 여부를 나타내는 값을 가져옵니다. (MarshalByValueComponent에서 상속됨) | |
Events | 이 구성 요소에 연결된 이벤트 처리기의 목록을 가져옵니다. (MarshalByValueComponent에서 상속됨) | |
RequestContext | 이 웹 서비스 요청과 관련 된 RequestContext입니다. (TeamFoundationWebService에서 상속됨) | |
Server | 현재 요청에 대한 HttpServerUtility를 가져옵니다. (WebService에서 상속됨) | |
Session | 현재 요청에 대한 HttpSessionState 인스턴스를 가져옵니다. (WebService에서 상속됨) | |
Site | 구성 요소의 사이트를 가져오거나 설정합니다. (MarshalByValueComponent에서 상속됨) | |
SoapVersion | XML Web services에 대한 SOAP 요청을 수행하는 데 사용된 SOAP 프로토콜의 버전을 가져옵니다. (WebService에서 상속됨) | |
User | ASP.NET 서버 User 개체를 가져옵니다.이 속성은 사용자가 요청을 실행할 권한이 있는지 여부를 인증하는 데 사용할 수 있습니다. (WebService에서 상속됨) |
위쪽
메서드
위쪽
이벤트
이름 | 설명 | |
---|---|---|
Disposed | 구성 요소에 대한 Disposed 이벤트를 수신하는 이벤트 처리기를 추가합니다. (MarshalByValueComponent에서 상속됨) |
위쪽
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.