C# Class System.Net.NetEventSource

显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Enter ( object thisOrContextObject, object arg1 = null, object arg2 = null, object arg3 = null ) : void
Fail ( object thisOrContextObject, object arg ) : void

Private Methods

Method Description
AcceptSecurityContext ( System.Net.SafeFreeCredentials credential, System.Net.SafeDeleteContext context, System.Net.Interop inFlags ) : void
AcceptSecurityContext ( string credential, string context, System.Net.Interop inFlags ) : void
Accepted ( System.Net.Socket socket, object remoteEp, object localEp ) : void
Accepted ( string remoteEp, string localEp, int socketHash ) : void
AcquireCredentialsHandle ( string packageName, System.Net.Interop intent, object authdata ) : void
AcquireCredentialsHandle ( string packageName, System.Net.Interop intent, string authdata ) : void
AcquireDefaultCredential ( string packageName, System.Net.Interop intent ) : void
ClientSendCompleted ( HttpClient httpClient, HttpResponseMessage response, HttpRequestMessage request ) : void
ClientSendCompleted ( string responseString, int httpRequestMessageHash, int httpResponseMessageHash, int httpClientHash ) : void
Connected ( System.Net.Socket socket, object localEp, object remoteEp ) : void
Connected ( string localEp, string remoteEp, int socketHash ) : void
ConnectedAsyncDns ( System.Net.Socket socket ) : void
ConnectedAsyncDns ( int socketHash ) : void
ContentNull ( object obj ) : void
ContentNull ( string objName, int objHash ) : void
EnumerateSecurityPackages ( string securityPackage ) : void
HandlerMessage ( int workerId, int requestId, string memberName, string message ) : void
HeadersInvalidValue ( string name, string rawValue ) : void
InitializeSecurityContext ( System.Net.SafeFreeCredentials credential, System.Net.SafeDeleteContext context, string targetName, System.Net.Interop inFlags ) : void
InitializeSecurityContext ( string credential, string context, string targetName, System.Net.Interop inFlags ) : void
NotLoggedFile ( string filePath, System.Net.Socket socket, SocketAsyncOperation completedOperation ) : void
NotLoggedFile ( string filePath, int socketHash, SocketAsyncOperation completedOperation ) : void
OperationReturnedSomething ( string operation, System.Net.Interop errorCode ) : void
SecurityContextInputBuffer ( string context, int inputBufferSize, int outputBufferSize, System.Net.Interop errorCode ) : void
SecurityContextInputBuffers ( string context, int inputBuffersSize, int outputBufferSize, System.Net.Interop errorCode ) : void
SspiPackageNotFound ( string packageName ) : void
UriBaseAddress ( object obj, Uri baseAddress ) : void
UriBaseAddress ( string uriBaseAddress, string objName, int objHash ) : void

Method Details

Enter() public static method

public static Enter ( object thisOrContextObject, object arg1 = null, object arg2 = null, object arg3 = null ) : void
thisOrContextObject object
arg1 object
arg2 object
arg3 object
return void

Fail() public static method

public static Fail ( object thisOrContextObject, object arg ) : void
thisOrContextObject object
arg object
return void